Skip to main content
A newer version of this page is available. .

ASPxClientSplitter.PaneResizeCompleted Event

Occurs when a pane resize operation has been completed.

Declaration

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