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

In This Topic
    Resize Event (C1DockingManager)
    In This Topic
    Occurs when the user releases the splitter after resizing a C1DockingTab or a 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.  
    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