GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / Hint Property
In This Topic
    Hint Property
    In This Topic
    Gets or sets the general category of document Changed event.
    Syntax
    public int Hint {get; set;}
    Remarks
    Predefined GoDocument, GoLayerCollection, and GoLayer hints range from zero to one thousand. See the complete list in the documentation for GoDocument.RaiseChanged. One frequently used hint is GoLayer.ChangedObject, which uses many different subhints describing the individual GoObject changes.
    See Also