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