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

constructor(pane) Constructor

Initializes a new instance of the ASPxClientSplitterPaneEventArgs class.

Declaration

constructor(
    pane: ASPxClientSplitterPane
)

Parameters

Name Type Description
pane ASPxClientSplitterPane

A ASPxClientSplitterPane object representing a splitter pane related to the generated event.

Remarks

Instances of the ASPxClientSplitterPaneEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also