ASPxClientSplitterPaneCancelEventHandler<Sender> Interface
A method that will handle a splitter control’s cancelable client events concerning pane manipulations.
Declaration
interface ASPxClientSplitterPaneCancelEventHandler<Sender> { (source: Sender, e: ASPxClientSplitterPaneCancelEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event’s source. Identifies the splitter control object that raised the event. |
e | ASPxClientSplitterPaneCancelEventArgs | An ASPxClientSplitterPaneCancelEventArgs object that contains event data. |