constructor(selection) Constructor
Initializes a new instance of the ASPxClientSpreadsheetSelectionChangedEventArgs within the specified setting.
Declaration
constructor(
selection: ASPxClientSpreadsheetSelection
)
Parameters
Name | Type | Description |
---|---|---|
selection | ASPxClientSpreadsheetSelection | An ASPxClientSpreadsheetSelection object defining the selection in the Spreadsheet. |
See Also