DockPanelCancelEventArgs Properties
Provides data for the DockManager.ClosingPanel event.Name | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed panel should be cancelled. |
Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
See Also