GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseObjectResized Method
In This Topic
    RaiseObjectResized Method
    In This Topic
    Call OnObjectResized for the given object to raise an ObjectResized event.
    Syntax
    public void RaiseObjectResized( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This method is called by GoToolResizing.DoMouseUp.
    See Also