ASPxClientSpreadsheetSelectionChangedEventArgs Class
In This Article
Provides data for the ASPxClientSpreadsheet.SelectionChanged event.
#Declaration
TypeScript
declare class ASPxClientSpreadsheetSelectionChangedEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientSpreadsheetSelectionChangedEventArgs type are used as arguments for the ASPxClientSpreadsheet.SelectionChanged event, generated on the client side.
ASPxClientSpreadsheetSelectionChangedEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientSpreadsheetSelectionChangedEventArgs
See Also