TaskListEvents Interface

Provides events for changes made to the Task List.

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

Syntax

'Declaration
<GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")> _
Public Interface TaskListEvents _
    Inherits _TaskListEvents, _dispTaskListEvents_Event
[GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")]
public interface TaskListEvents : _TaskListEvents, 
    _dispTaskListEvents_Event
[GuidAttribute(L"1125C422-49BD-11D2-8823-00C04FB6C6FF")]
public interface class TaskListEvents : _TaskListEvents, 
    _dispTaskListEvents_Event
[<GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")>]
type TaskListEvents =  
    interface 
        interface _TaskListEvents 
        interface _dispTaskListEvents_Event 
    end
public interface TaskListEvents extends _TaskListEvents, _dispTaskListEvents_Event

The TaskListEvents type exposes the following members.

Methods

  Name Description
Public method add_TaskAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method add_TaskModified Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method add_TaskNavigated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method add_TaskRemoved Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method remove_TaskAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method remove_TaskModified Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method remove_TaskNavigated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public method remove_TaskRemoved Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)

Top

Events

  Name Description
Public event TaskAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public event TaskModified Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public event TaskNavigated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)
Public event TaskRemoved Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.)

Top

Remarks

Use this object for functionality, and refer to TaskListEventsClass for this object's documentation. The TaskListEvents object is returned by DTE.Events.

See Also

Reference

EnvDTE Namespace