ASPxClientHtmlEditorTabCancelEventArgs Class
In This Article
Provides data for the cancellable ASPxClientHtmlEditor.ActiveTabChanging event that concerns manipulations on tabs.
#Declaration
TypeScript
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