TaskListEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | TaskListEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | TaskAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a new item is added to the Task List. |
![]() | TaskModified | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when an item in the Task List is modified. |
![]() | TaskNavigated | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately before you navigate to the source of an item in the Task List. |
![]() | TaskRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a task is removed from the Task List. |
Refer to TaskListEvents for this functionality. Do not instantiate this class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


