GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoUndoManager Class
/ IsUndoing Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsUndoing Property
In This Topic
This predicate is true during a call to
Undo
.
Syntax
C#
public
virtual
bool
IsUndoing {
get
;}
Remarks
When this property is true,
CanUndo
and
CanRedo
will be false. To avoid confusion, all document change events are ignored when this property is true.
See Also
Reference
GoUndoManager Class
GoUndoManager Members