Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles Deactive messages from the Visual Studio environment.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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
- e
Type: System.ComponentModel.CancelEventArgs
[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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.