constructor(name, status) Constructor
In This Article
Initializes a new instance of the ASPxClientHtmlEditorCustomDialogCloseEventArgsBase class with the specified settings.
#Declaration
TypeScript
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 ASPx |
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 ASPx |
#Remarks
For internal use only.
See Also