ASPxClientTabControlTabCancelEventHandler<Sender> Interface
In This Article
A method that will handle a tab control’s cancelable client events concerning manipulations with a tab.
#Declaration
TypeScript
interface ASPxClientTabControlTabCancelEventHandler<Sender> { (source: Sender, e: ASPxClientTabControlTabCancelEventArgs): 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 |
See Also