This sample demonstrates the capabilities of our client-side event technology for the ASPxSplitter control. All available client-side events are traced in this demo - the Init, PaneResizing, PaneResized, PaneCollapsing, PaneCollapsed, PaneExpanding, PaneExpanded events. Resize or expand/collapse any splitter pane to initiate client-side events.
The PaneResizing, PaneCollapsing, PaneExpanding client-side events can be used to cancel the execution of specific commands. Handling the PaneResizing client event is useful for creating a complex layout of the ASPxSplitter.
To learn more on client-side events, refer to the Client-Side Events help topic.