Skip to main content

ASPxClientSpreadsheet.SelectionChanged Event

Occurs on the client when a selection is changed in the ASPxSpreadsheet.

#Declaration

TypeScript
SelectionChanged: ASPxClientEvent<ASPxClientSpreadsheetSelectionChangedEventHandler<ASPxClientSpreadsheet>>

#Event Data

The SelectionChanged event's data class is ASPxClientSpreadsheetSelectionChangedEventArgs. The following properties provide information specific to this event:

Property Description
selection Gets an object that determines the currently selected region within the Spreadsheet.

#Remarks

The SelectionChanged event allows you to respond to a selection being changed in the spreadsheet control on the client side.

See Also