ComponentOne Menus and Toolbars for WinForms
Resize Event (C1DockingManager)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingManager Class : Resize Event
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.  
See Also