DroidExplorer.Bootstrapper.Authentication.LocalCbtHook.OnWindowDestroyed C# (CSharp) Method

OnWindowDestroyed() protected method

protected OnWindowDestroyed ( ) : void
return void
        protected virtual void OnWindowDestroyed( )
        {
            if ( WindowDestroyed != null ) {
                CbtEventArgs e = new CbtEventArgs ( );
                PrepareEventData ( e );
                WindowDestroyed ( this, e );
            }
        }