GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / SkipEvent Method
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
    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