Skip to main content

ASPxClientSplitterPaneEventHandler<Sender> Interface

A method that will handle the splitter’s client events concerning pane manipulations.

Declaration

interface ASPxClientSplitterPaneEventHandler<Sender> { (source: Sender, e: ASPxClientSplitterPaneEventArgs): void; }

Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the splitter object that raised the event.

e ASPxClientSplitterPaneEventArgs

An ASPxClientSplitterPaneEventArgs object that contains event data.