constructor(htmlEditor, selectedElement) Constructor
Initializes a new instance of the ASPxClientHtmlEditorTableColumnPropertiesCommandArguments class with specified settings.
Declaration
constructor(
htmlEditor: ASPxClientHtmlEditor,
selectedElement: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| htmlEditor | ASPxClientHtmlEditor | The HTML editor executing a command. |
| selectedElement | any | An object containing the currently selected element in the HTML editor. |
See Also