ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingManager Class / Resizing Event

In This Topic
    Resizing Event (C1DockingManager)
    In This Topic
    Occurs when the user starts to resize a C1DockingTab or a 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.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also