Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / Resize Event

In This Topic
    Resize Event
    In This Topic
    Occurs when the user releases the splitter after resizing a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.C1CommandDock.
    Syntax
    'Declaration
     
    
    Public Event Resize As ResizeEventHandler
    public event ResizeEventHandler Resize
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    The C1DockingTab or C1CommandDock control that is being resized.  
    The neighbor control.  
    The new size of the control.  
    The side of the control that is being resized.  
    See Also