Skip to main content
Tab

TabControlEventHandler Delegate

A method that will handle the events concerning manipulations with tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 TabControlEventArgs

A TabControlEventArgs object that contains event data.

See Also