ASPxClientHtmlEditorCommandExecutingEventHandler<Sender> Interface
In This Article
A method that will handle the client ASPxClientHtmlEditor.CommandExecuted event.
#Declaration
TypeScript
interface ASPxClientHtmlEditorCommandExecutingEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorCommandExecutingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event’s source. |
e | ASPx |
An ASPx |