GraphUndoUnit Constructor (Graph^, GraphUpdatedEventArgs^)
Visual Studio 2015
Construct an undo unit from the changes that are about to be committed in the given GraphUpdatedEventArgs.
This has to be called during the Graph Updating, the Updated event is too late because we must be able to save the old values before the changes are committed in order to be able to undo those changes.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- graph
- Type: Microsoft.VisualStudio.GraphModel::Graph^
- changes
- Type: Microsoft.VisualStudio.GraphModel::GraphUpdatedEventArgs^
Show: