Graph::Updated Event

 

Event implementation for GraphUpdated.

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

public:
event EventHandler<GraphUpdatedEventArgs^>^ Updated {
	void add(EventHandler<GraphUpdatedEventArgs^>^ value);
	void remove(EventHandler<GraphUpdatedEventArgs^>^ value);
}
Return to top
Show: