Back to Devexpress

ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> Interface

aspnet-js-aspxclientspreadsheetcustomcommandexecutedeventhandler-1.md

latest868 B
Original Source

ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> Interface

A method that will handle the ASPxClientSpreadsheet.CustomCommandExecuted event.

Declaration

ts
interface ASPxClientSpreadsheetCustomCommandExecutedEventHandler<Sender> { (source: Sender, e: ASPxClientSpreadsheetCustomCommandExecutedEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

An object representing the event source. Identifies the Spreadsheet that raised the event.

| | e | ASPxClientSpreadsheetCustomCommandExecutedEventArgs |

A ASPxClientSpreadsheetCustomCommandExecutedEventArgs object that contains event data.

|