IGraphContext::Canceled Event

 

Raised when this context is canceled.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

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