TabControlCancelEventHandler Delegate
In This Article
A method that will handle a tab control’s cancelable events concerning manipulations with a tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void TabControlCancelEventHandler(
object source,
TabControlCancelEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event’s source. Identifies the tab control object that raised the event. |
e | Tab |
A Tab |
See Also