GoXam for WPF v3
Models Property
Northwoods.GoXam.Model Namespace > UndoManager Class : Models Property
Gets a list of models for which this UndoManager is recording undo/redo information.
Syntax
public IEnumerable<IDiagramModel> Models {get;}
Remarks
You can manipulate this list explicitly by calling AddModel and RemoveModel. Setting UndoManager automatically calls these methods. Undo and Redo use this list to call RaiseChanged with notices about starting and ending undo and redo actions, and about starting/finishing/rollingback edits.
See Also

Reference

UndoManager Class
UndoManager Members