Skip to main content

constructor(selection) Constructor

In This Article

Initializes a new instance of the ASPxClientSpreadsheetSelectionChangedEventArgs within the specified setting.

#Declaration

TypeScript
constructor(
    selection: ASPxClientSpreadsheetSelection
)

#Parameters

Name Type Description
selection ASPxClientSpreadsheetSelection

An ASPxClientSpreadsheetSelection object defining the selection in the Spreadsheet.

See Also