Skip to main content

constructor(name, status) Constructor

Initializes a new instance of the ASPxClientHtmlEditorCustomDialogClosingEventArgs class with the specified settings.

Declaration

constructor(
    name: string,
    status: any
)

Parameters

Name Type Description
name string

A string value that specifies the custom dialog’s name. This value is assigned to the ASPxClientHtmlEditorCustomDialogEventArgs.name property.

status any

An object that specifies a status that is returned to the parent control when the custom dialog is closed. This value is assigned to the ASPxClientHtmlEditorCustomDialogCloseEventArgsBase.status property.

Remarks

For internal use only.

See Also