_dispTaskListEvents_Event Interface

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
<ComVisibleAttribute(False)> _
Public Interface _dispTaskListEvents_Event
[ComVisibleAttribute(false)]
public interface _dispTaskListEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispTaskListEvents_Event
[<ComVisibleAttribute(false)>]
type _dispTaskListEvents_Event =  interface end
public interface _dispTaskListEvents_Event

The _dispTaskListEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_TaskAdded Infrastructure. Microsoft Internal Use Only.
Public method add_TaskModified Infrastructure. Microsoft Internal Use Only.
Public method add_TaskNavigated Infrastructure. Microsoft Internal Use Only.
Public method add_TaskRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_TaskAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_TaskModified Infrastructure. Microsoft Internal Use Only.
Public method remove_TaskNavigated Infrastructure. Microsoft Internal Use Only.
Public method remove_TaskRemoved Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event TaskAdded Infrastructure. Microsoft Internal Use Only.
Public event TaskModified Infrastructure. Microsoft Internal Use Only.
Public event TaskNavigated Infrastructure. Microsoft Internal Use Only.
Public event TaskRemoved Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace