ClearCanvas.Desktop.View.WinForms.DesktopWindowView.FormDeactivateEventHandler C# (CSharp) Méthode

FormDeactivateEventHandler() private méthode

private FormDeactivateEventHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
        }