GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / IsBeforeChanging Property
In This Topic
    IsBeforeChanging Property
    In This Topic
    Gets or sets whether this event args/undoable edit was created by a document Changed event that represents a call to GoDocument.RaiseChanging or by a call to GoDocument.RaiseChanged.
    Syntax
    public bool IsBeforeChanging {get; set;}
    See Also