GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / SubHint Property
In This Topic
    SubHint Property (GoChangedEventArgs)
    In This Topic
    Gets or sets the more detailed kind of document Changed event, depending on the particular Hint value.
    Syntax
    public int SubHint {get; set;}
    Remarks
    This property is commonly used to describe changes to individual objects when the Hint is GoLayer.ChangedObject, for example GoObject.ChangedBounds. See the complete list of predefined subhints for GoObject changes in the documentation for Changed. However other Hint values may use this SubHint property for additional disambiguation too.
    See Also