ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> Interface
A method that will handle the ASPxClientSpreadsheet.CustomCommandExecuted event.
Declaration
interface ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> { (source: Sender, e: ASPxClientSpreadsheetCustomCommandExecutedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the Spreadsheet that raised the event. |
e | ASPxClientSpreadsheetCustomCommandExecutedEventArgs | A ASPxClientSpreadsheetCustomCommandExecutedEventArgs object that contains event data. |