GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ObjectResized Event
In This Topic
    ObjectResized Event
    In This Topic
    The event that is raised after the user finishes resizing an object.
    Syntax
    [Category("GoView")]
    [Description("The user finished resizing an object (a GoSelectionEventHandler)")]
    public event GoSelectionEventHandler ObjectResized
    Event Data

    The event handler receives an argument of type GoSelectionEventArgs containing data related to this event. The following GoSelectionEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the GoObject associated with this event.  
    Remarks
    The resized object is available as the GoSelectionEventArgs.GoObject property.
    See Also