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