DialogPage::OnDeactivate Method (CancelEventArgs^)

 

Handles Deactive messages from the Visual Studio environment.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnDeactivate(
	CancelEventArgs^ e
)

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.

Return to top
Show: