ASPxClientHtmlEditorTabEventArgs Class
Provides data for the ASPxClientHtmlEditor.ActiveTabChanged event that concerns manipulations on tabs.
Declaration
declare class ASPxClientHtmlEditorTabEventArgs extends ASPxClientEventArgs
Remarks
Objects of the ASPxClientHtmlEditorTabEventArgs type are used as arguments for the ASPxClientHtmlEditor.ActiveTabChanged event generated on the client side.
ASPxClientHtmlEditorTabEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientHtmlEditorTabEventArgs
See Also