ClearCanvas.Desktop.View.WinForms.DesktopWindowView.FormDeactivateEventHandler C# (CSharp) Method

FormDeactivateEventHandler() private method

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