ASPxClientHtmlEditorCustomDialogCloseEventArgsBase Class
In This Article
Provides data for client events that relate to closing a custom dialog.
#Declaration
TypeScript
declare class ASPxClientHtmlEditorCustomDialogCloseEventArgsBase extends ASPxClientHtmlEditorCustomDialogEventArgs
#Remarks
ASPxClientHtmlEditorCustomDialogCloseEventArgsBase objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientHtmlEditorCustomDialogEventArgs
ASPxClientHtmlEditorCustomDialogCloseEventArgsBase
See Also