ClearCanvas.Desktop.View.WinForms.DesktopWindowView.FormDeactivateEventHandler C# (CSharp) 메소드

FormDeactivateEventHandler() 개인적인 메소드

private FormDeactivateEventHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void FormDeactivateEventHandler(object sender, EventArgs e)
        {
            // do nothing
            // note: if we are showing a modal dialog, the form gets de-activated, but we are still the active desktop window
            // therefore, this event is not really useful to us
        }