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
声明
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
)
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.