ASPxClientRichEditCustomCommandExecutedEventHandler Interface
A method that handles the CustomCommandExecuted event.
Declaration
interface ASPxClientRichEditCustomCommandExecutedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditCustomCommandExecutedEventArgs): any;}
Parameters
| Name | Type | Description |
|---|---|---|
| source | ASPxClientRichEdit | The event source. |
| e | ASPxClientRichEditCustomCommandExecutedEventArgs | An object that contains event data. |