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 | ASPx |
An ASPx |