DialogPage::OnDeactivate Method (CancelEventArgs^)
Visual Studio 2015
Handles Deactive messages from the Visual Studio environment.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- e
-
Type:
System.ComponentModel::CancelEventArgs^
[in] Arguments to event handler.
This method is a handler for Windows-based events, and is not a managed delegate object.
A Deactive message is sent when a dialog page's user interface window loses focus or is minimized but is not closed.
The default implementation takes no action.
Show: