Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorTabCancelEventArgs Class

Provides data for the cancellable ASPxClientHtmlEditor.ActiveTabChanging event that concerns manipulations on tabs.

Declaration

declare class ASPxClientHtmlEditorTabCancelEventArgs extends ASPxClientHtmlEditorTabEventArgs

Remarks

Objects of the ASPxClientHtmlEditorTabCancelEventArgs type are used as arguments for the ASPxClientHtmlEditor.ActiveTabChanging event generated on the client side.

ASPxClientHtmlEditorTabCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
ASPxClientHtmlEditorTabEventArgs
ASPxClientHtmlEditorTabCancelEventArgs
See Also