TabControlCancelEventHandler Delegate
A method that will handle a tab control’s cancelable events concerning manipulations with a tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 | TabControlCancelEventArgs | A TabControlCancelEventArgs object that contains event data. |
See Also