GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / IsDocumentChanging Property
In This Topic
    IsDocumentChanging Property
    In This Topic
    Determines whether or not one or more of the object in the collection was just edited.
    Syntax
    public bool IsDocumentChanging {get;}
    Remarks
    This property is true if the objects in the collection were simply edited, and it is false if the collection itself was changed (i.e. objects were added or removed)
    See Also