Skip to main content
Tab

TabControlCommandEventHandler Delegate

In This Article

A method that will handle specific command events concerning manipulations with tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void TabControlCommandEventHandler(
    object source,
    TabControlCommandEventArgs e
);

#Parameters

Name Type Description
source Object

A Object representing the event source. Identifies the ASPxTabControl (ASPxPageControl) control that raised the event.

e TabControlCommandEventArgs

A TabControlCommandEventArgs object that contains event data.

See Also