Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorCustomDialogClosedEventArgs Members

Provides data for the ASPxClientHtmlEditor.CustomDialogClosed client event.

Constructors

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

Properties

Name Description
data Gets an object associated with the closed dialog.
name Gets the name that uniquely identifies the processed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogEventArgs.
status Gets the status of the closed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogCloseEventArgsBase.
See Also