SizingEventArgs Properties
Provides data for the DockManager.Sizing event.Name | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed panel should be cancelled. Inherited from DockPanelCancelEventArgs. |
NewSize | Gets the dock panel’s new size. |
Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
PtClient | Gets the mouse pointer’s coordinates relative to the top-left corner of the control. |
SidePanel | Returns the panel that resizes together with the panel dragged by an end-user. |
SizingSide | Gets the edge of the dock panel which is being dragged. Inherited from StartSizingEventArgs. |
See Also