GoXam for WPF v3
AddModel Method
Northwoods.GoXam.Model Namespace > UndoManager Class : AddModel Method
Make sure this undo manager knows about a IDiagramModel for which it is receiving model Changed event notifications.
Syntax
public virtual void AddModel( 
   IDiagramModel model
)

Parameters

model
Remarks
This just adds model to the list of Models.
See Also

Reference

UndoManager Class
UndoManager Members
RemoveModel Method