_dispTaskListEvents_Event Interface

Definition

Microsoft Internal Use Only.

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

public interface class _dispTaskListEvents_Event
public interface class _dispTaskListEvents_Event
__interface _dispTaskListEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispTaskListEvents), typeof(EnvDTE._dispTaskListEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public interface _dispTaskListEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispTaskListEvents), typeof(EnvDTE._dispTaskListEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
public interface _dispTaskListEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispTaskListEvents), typeof(EnvDTE._dispTaskListEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispTaskListEvents_Event = interface
[<System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispTaskListEvents), typeof(EnvDTE._dispTaskListEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type _dispTaskListEvents_Event = interface
Public Interface _dispTaskListEvents_Event
Derived
Attributes

Methods

add_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
add_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
add_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
add_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)
remove_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
remove_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
remove_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
remove_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)

Events

TaskAdded

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

Microsoft Internal Use Only.

TaskModified

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

Microsoft Internal Use Only.

TaskNavigated

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

Microsoft Internal Use Only.

TaskRemoved

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

Microsoft Internal Use Only.

Applies to