GoXam for WPF v3
IsUndoingRedoing Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
UndoManager Class
: IsUndoingRedoing Property
This property is true during a call to
Undo
or
Redo
.
Syntax
C#
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