Skip to main content

constructor(pane) Constructor

Initializes a new instance of the ASPxClientSplitterPaneCancelEventArgs 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 ASPxClientSplitterPaneCancelEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also