Skip to main content

ASPxClientHtmlEditorCustomDialogCloseEventArgsBase Members

In This Article
Provides data for client events that relate to closing a custom dialog.

#Constructors

Name Description
constructor(name, status) Initializes a new instance of the ASPxClientHtmlEditorCustomDialogCloseEventArgsBase class with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
name Gets the name that uniquely identifies the processed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogEventArgs.
status Gets the status of the closed custom dialog.
See Also