ASPxClientSplitterPaneEventArgs Class
In This Article
A method that will handle the splitter’s client events concerning manipulations with a pane.
#Declaration
TypeScript
declare class ASPxClientSplitterPaneEventArgs extends ASPxClientEventArgs
#Remarks
This class serves as an event argument for the following client events: ASPxClientSplitter.PaneCollapsed, ASPxClientSplitter.PaneExpanded, ASPxClientSplitter.PaneResized.
#Inheritance
ASPxClientEventArgs
ASPxClientSplitterPaneEventArgs
See Also