Graph::BeginUndoableTransactionScope Event

 

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

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

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