ASPxClientHtmlEditorCustomDialogClosingEventArgs Class
In This Article
Provides data for the ASPxClientHtmlEditor.CustomDialogClosing client event.
#Declaration
TypeScript
declare class ASPxClientHtmlEditorCustomDialogClosingEventArgs extends ASPxClientHtmlEditorCustomDialogCloseEventArgsBase
#Remarks
ASPxClientHtmlEditorCustomDialogClosingEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientHtmlEditorCustomDialogEventArgs
ASPxClientHtmlEditorCustomDialogCloseEventArgsBase
ASPxClientHtmlEditorCustomDialogClosingEventArgs
See Also