ASPxClientSplitter Events
Represents a client-side equivalent of the ASPxSplitter object.Name | Description |
---|---|
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
PaneCollapsed | Fires after a pane has been collapsed. |
PaneCollapsing | Fires before a pane is collapsed. |
PaneContentUrlLoaded | Fires after a specific web page has been loaded into a pane. |
PaneExpanded | Fires after a pane has been expanded. |
PaneExpanding | Fires before a pane is expanded. |
PaneResizeCompleted | Occurs when a pane resize operation has been completed. |
PaneResized | Fires after a pane has been resized. |
PaneResizing | Fires before a pane is resized. |
See Also