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

In This Topic
    Resizing Event
    In This Topic
    Occurs when the user starts to resize a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.C1CommandDock using a splitter.
    Syntax
    'Declaration
     
    
    Public Event Resizing As ResizingEventHandler
    public event ResizingEventHandler Resizing
    Event Data

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

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