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