GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / LastHint Field
In This Topic
    LastHint Field
    In This Topic
    This is the last system-defined RaiseChanged hint.
    Syntax
    public const int LastHint
    Remarks
    Subclasses of GoDocument should use values larger than this one to identify document, layer collection, and layer change events. GoLayerCollection hints are 800-899. GoLayer hints are 900-999. GoObject hints are 1000-9999, even though they are stored as subhints and thus cannot conflict.
    See Also