constructor(name) Constructor
Initializes a new object of the ASPxClientHtmlEditorTabCancelEventArgs type with the specified setting.
Declaration
constructor(
name: string
)
Parameters
Name | Type | Description |
---|---|---|
name | string | A string value that uniquely identifies the name of a tab related to the event. |
See Also