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