Skip to main content

ASPxClientSpreadsheetSelectionChangedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientSpreadsheet.SelectionChanged event.

#Declaration

TypeScript
interface ASPxClientSpreadsheetSelectionChangedEventHandler<Sender> { (source: Sender, e: ASPxClientSpreadsheetSelectionChangedEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event source. Identifies the button editor that raised the event.

e ASPxClientSpreadsheetSelectionChangedEventArgs

An ASPxClientSpreadsheetSelectionChangedEventArgs object that contains event data.