ASPxClientHtmlEditorTabCancelEventArgs Properties
Provides data for the cancellable ASPxClientHtmlEditor.ActiveTabChanging event that concerns manipulations on tabs.| 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