StartSizingEventArgs Properties
Provides data for the DockManager.StartSizing event.Name | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed panel should be cancelled. Inherited from DockPanelCancelEventArgs. |
Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
SizingSide | Gets the edge of the dock panel which is being dragged. |
See Also