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