Skip to main content
A newer version of this page is available. .

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.