Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.