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