Compartir a través de


Task.OnRemoved Method

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

'Declaración
Protected Overridable Sub OnRemoved ( _
    e As EventArgs _
)
'Uso
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

.NET Framework Security

See Also

Reference

Task Class

Task Members

Microsoft.VisualStudio.Shell Namespace