GoXam for WPF v3
SkipsUndoManager Property (IDiagramModel)
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : SkipsUndoManager Property
Gets or sets a flag that controls whether the model notifies any UndoManager that a change has occurred.
Syntax
bool SkipsUndoManager {get; set;}

Property Value

This is normally false. You may want to temporarily set this to true in order to avoid recording temporary changes to the model.
See Also

Reference

IDiagramModel Interface
IDiagramModel Members