ASPxClientSplitterPaneCancelEventArgs Members
Provides data for a splitter control’s cancelable client events concerning manipulations with a pane.Constructors
| Name | Description |
|---|---|
| constructor(pane) | Initializes a new instance of the ASPxClientSplitterPaneCancelEventArgs class. |
Properties
| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. |
| pane | Gets the pane object related to the event. Inherited from ASPxClientSplitterPaneEventArgs. |
See Also