GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoUndoManager Class
/ SkipEvent Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
SkipEvent Method
In This Topic
This predicate is responsible for deciding if a
GoChangedEventArgs
is not interesting enough to be recorded.
Syntax
C#
public
virtual
bool
SkipEvent(
GoChangedEventArgs
evt
)
Parameters
evt
Remarks
This returns true: if the
GoChangedEventArgs.Document
's
GoDocument.SkipsUndoManager
property is true, or if the
GoChangedEventArgs.Hint
is
GoDocument.RepaintAll
, or if it's describing a changed object, and the object's
GoObject.SkipsUndoManager
property is true or if the
GoChangedEventArgs.SubHint
is
RepaintAll
.
See Also
Reference
GoUndoManager Class
GoUndoManager Members