Skip to main content

constructor(commandName, html) Constructor

In This Article

Initialize a new instance of the ASPxClientHtmlEditorBeforePasteEventArgs class with the specified settings.

#Declaration

TypeScript
constructor(
    commandName: string,
    html: string
)

#Parameters

Name Type Description
commandName string

A string value identifying the command’s name.

html string

A string value that specifies the HTML content to paste.

See Also