Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raised when a task has been removed from the task list.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Protected Overridable Sub OnRemoved ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnRemoved(e)
protected virtual void OnRemoved(
EventArgs e
)
protected:
virtual void OnRemoved(
EventArgs^ e
)
abstract OnRemoved :
e:EventArgs -> unit
override OnRemoved :
e:EventArgs -> unit
protected function OnRemoved(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
EventArgs.
.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.