Raised when a task has been removed from the task list.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Protected Overridable Sub OnRemoved ( _
e As EventArgs _
)
'使用
Dim e As EventArgs
Me.OnRemoved(e)
protected virtual void OnRemoved(
EventArgs e
)
protected:
virtual void OnRemoved(
EventArgs^ e
)
protected function OnRemoved(
e : EventArgs
)
Parameters
e
Type: System.EventArgs
Permissions
- 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.