Graph::Updating Event

 

Event implementation for BeforeUpdate. This is an event that can be listened on and cancel the changes to a graph.

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

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