Skip to main content

ASPxClientSplitterPaneCancelEventHandler<Sender> Interface

In This Article

A method that will handle a splitter control’s cancelable client events concerning pane manipulations.

#Declaration

TypeScript
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.