IGraphContext::Completed Event

 

Raised when the results of the context have been populated.

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

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