SplitterClientSideEvents Properties
Contains a list of the client-side events available for a splitter control.Name | Description |
---|---|
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
PaneCollapsed | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneCollapsed event. |
PaneCollapsing | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneCollapsing event. |
PaneContentUrlLoaded | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneContentUrlLoaded event. |
PaneExpanded | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneExpanded event. |
PaneExpanding | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneExpanding event. |
PaneResizeCompleted | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneResizeCompleted event. |
PaneResized | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneResized event. |
PaneResizing | Gets or sets the name of the JavaScript function, or the entire code which will handle the client ASPxClientSplitter.PaneResizing event. |
See Also