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