DialogPage.OnDeactivate(CancelEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles Deactive
messages from the Visual Studio environment.
protected:
virtual void OnDeactivate(System::ComponentModel::CancelEventArgs ^ e);
protected virtual void OnDeactivate (System.ComponentModel.CancelEventArgs e);
abstract member OnDeactivate : System.ComponentModel.CancelEventArgs -> unit
override this.OnDeactivate : System.ComponentModel.CancelEventArgs -> unit
Protected Overridable Sub OnDeactivate (e As CancelEventArgs)
Parameters
[in] Arguments to event handler.
Remarks
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.