ASPxClientSplitter.PaneResizeCompleted Event
In This Article
Occurs when a pane resize operation has been completed.
#Declaration
TypeScript
PaneResizeCompleted: ASPxClientEvent<ASPxClientSplitterPaneEventHandler<ASPxClientSplitter>>
#Event Data
The PaneResizeCompleted event's data class is ASPxClientSplitterPaneEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
pane | Gets the pane object related to the event. |
#Remarks
This event is raised on the client after completeing a pane resize operation by releasing a pressed mouse button.
See Also