Skip to main content

constructor(name) Constructor

Initializes a new instance of the ASPxClientHtmlEditorCustomDialogEventArgs class.

#Declaration

TypeScript
constructor(
    name: string
)

#Parameters

Name Type Description
name string

A string value that specifies the custom dialog’s name. Initializes the ASPxClientHtmlEditorCustomDialogEventArgs.name property.

#Remarks

Instances of the ASPxClientHtmlEditorCustomDialogEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also