Skip to main content

ASPxClientHtmlEditor.ActiveTabChanged Event

Fires on the client side after the active tab has been changed within a control.

Declaration

ActiveTabChanged: ASPxClientEvent<ASPxClientHtmlEditorTabEventHandler<ASPxClientHtmlEditor>>

Event Data

The ActiveTabChanged event's data class is ASPxClientHtmlEditorTabEventArgs. The following properties provide information specific to this event:

Property Description
name Gets the name that uniquely identifies an editor tab.

Remarks

Write a ActiveTabChanged event handler to perform specific actions on the client side after the active tab is changed. You can use the event parameter’s property to identify a new active tab name.

See Also