C1.Win.Command.8 Assembly / C1.Win.Command Namespace / C1DockingManager Class / Resize Event

Resize Event (C1DockingManager)
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
 
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