GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / OnObservedChanged Method
In This Topic
    OnObservedChanged Method (GoBalloon)
    In This Topic
    If the Anchor moves or resizes, we need to update the background polygon's shape.
    Syntax
    protected override void OnObservedChanged( 
       GoObject observed,
       int subhint,
       int oldI,
       object oldVal,
       RectangleF oldRect,
       int newI,
       object newVal,
       RectangleF newRect
    )

    Parameters

    observed
    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    See Also