GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseChanged Method
In This Topic
    RaiseChanged Method (GoView)
    In This Topic
    Handle changes to any view layers or view objects.
    Syntax

    Parameters

    hint
    subhint
    x
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    Remarks
    By default this method just invalidates part or all of this view whenever an object is modified, inserted, or removed from a view layer, or when a view layer is modified, added, or removed.
    See Also