TaskListEvents Interface
Provides events for changes made to the Task List.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | add_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | add_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | add_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | remove_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | remove_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | remove_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | remove_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | TaskAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | TaskModified | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | TaskNavigated | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
![]() | TaskRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispTaskListEvents_Event.) |
Use this object for functionality, and refer to TaskListEventsClass for this object's documentation. The TaskListEvents object is returned by DTE.Events.

