_dispTaskListEvents.TaskRemoved Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub TaskRemoved ( _
    TaskItem As TaskItem _
)
void TaskRemoved(
    TaskItem TaskItem
)
void TaskRemoved(
    [InAttribute] TaskItem^ TaskItem
)
abstract TaskRemoved : 
        TaskItem:TaskItem -> unit
function TaskRemoved(
    TaskItem : TaskItem
)

Parameters

.NET Framework Security

See Also

Reference

_dispTaskListEvents Interface

EnvDTE Namespace