ASPxClientHtmlEditorTabEventHandler<Sender> Interface
A method that will handle the client ASPxClientHtmlEditor.ActiveTabChanged event.
Declaration
interface ASPxClientHtmlEditorTabEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorTabEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event’s source. |
| e | ASPxClientHtmlEditorTabEventArgs | An ASPxClientHtmlEditorTabEventArgs object that contains event data. |