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

ASPxClientSplitter.PaneContentUrlLoaded Event

Fires after a specific web page has been loaded into a pane.

Declaration

PaneContentUrlLoaded: ASPxClientEvent<ASPxClientSplitterPaneEventHandler<ASPxClientSplitter>>

Event Data

The PaneContentUrlLoaded 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

The PaneContentUrlLoaded event serves as a notification that content, specified via the SplitterPane.ContentUrl property, has been loaded into a pane. To access the pane, use the event parameter’s ASPxClientSplitterPaneEventArgs.pane property.

See Also