Skip to main content

ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientSpreadsheet.CustomCommandExecuted event.

#Declaration

TypeScript
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.