GoXam for WPF v3
IsUndoingRedoing Property
Northwoods.GoXam.Model Namespace > UndoManager Class : IsUndoingRedoing Property
This property is true during a call to Undo or Redo.
Syntax
public bool IsUndoingRedoing {get;}
Remarks
When this property is true, CanUndo and CanRedo will be false. To avoid confusion, HandleModelChanged ignores all model change events when this property is true.
See Also

Reference

UndoManager Class
UndoManager Members