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