Skip to main content
A newer version of this page is available. .

ASPxClientSpreadsheet.SelectionChanged Event

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

Declaration

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