Graph::EndUndoableTransactionScope Event

 

Will be notified when the UndoableGraphTransactionScope opened by Graph.BeginUpdate is disposed.

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

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