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