Back to Devexpress

ASPxClientHtmlEditorDialogClosingEventHandler<Sender> Interface

aspnet-js-aspxclienthtmleditordialogclosingeventhandler-1.md

latest715 B
Original Source

ASPxClientHtmlEditorDialogClosingEventHandler<Sender> Interface

A method that will handle the ASPxClientHtmlEditor.DialogClosing event.

Declaration

ts
interface ASPxClientHtmlEditorDialogClosingEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorDialogClosingEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source.

| | e | ASPxClientHtmlEditorDialogClosingEventArgs |

An ASPxClientHtmlEditorDialogClosingEventArgs object that contains event data.

|