ASPxClientTabControlTabEventHandler<Sender> Interface
A method that will handle a tab control’s client events concerning manipulations with a tab.
#Declaration
interface ASPxClientTabControlTabEventHandler<Sender> { (source: Sender, e: ASPxClientTabControlTabEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event’s source. Identifies the tab control object that raised the event. |
e | ASPx |
An ASPx |