TaskListEventsClass::TaskAdded Event

 

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.

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

public:
event _dispTaskListEvents_TaskAddedEventHandler^ TaskAdded {
	virtual void add(_dispTaskListEvents_TaskAddedEventHandler^ value);
	virtual void remove(_dispTaskListEvents_TaskAddedEventHandler^ value);
}
Return to top
Show: