ASPxClientHtmlEditorTabCancelEventArgs Members
Provides data for the cancellable ASPxClientHtmlEditor.ActiveTabChanging event that concerns manipulations on tabs.Constructors
| Name | Description |
|---|---|
| constructor(name) | Initializes a new object of the ASPxClientHtmlEditorTabCancelEventArgs type with the specified setting. |
Properties
| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event, should be canceled. |
| name | Gets the name that uniquely identifies an editor tab. Inherited from ASPxClientHtmlEditorTabEventArgs. |
See Also