GoXam for WPF v3
UndoManager Property (DiagramModel)
Northwoods.GoXam.Model Namespace > DiagramModel Class : UndoManager Property
Gets or sets the UndoManager for this model.
Syntax
[Description("The UndoManager for this model.")]
public UndoManager UndoManager {get; set;}

Property Value

This value may be null, when there is no UndoManager. By default this value is null. If this value is null, it is automatically set to a new UndoManager when HasUndoManager is changed to be true.
Remarks
Of course, when there is no UndoManager, the user cannot perform an Undo or a Redo. Setting this property does not raise a Changed event. Setting this property may also change the value of HasUndoManager.
See Also

Reference

DiagramModel Class
DiagramModel Members
HasUndoManager Property
SkipsUndoManager Property