Task::Deleted Event

 

Handles OnDeleted events.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event EventHandler^ Deleted {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: