DialogPage.OnDeactivate Method

Handles Deactive messages from the Visual Studio environment.

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

Syntax

'Declaration
Protected Overridable Sub OnDeactivate ( _
    e As CancelEventArgs _
)
protected virtual void OnDeactivate(
    CancelEventArgs e
)
protected:
virtual void OnDeactivate(
    CancelEventArgs^ e
)
abstract OnDeactivate : 
        e:CancelEventArgs -> unit  
override OnDeactivate : 
        e:CancelEventArgs -> unit
protected function OnDeactivate(
    e : CancelEventArgs
)

Parameters

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.

.NET Framework Security

See Also

Reference

DialogPage Class

Microsoft.VisualStudio.Shell Namespace