Skip to main content
Tab

TabControlCancelEventArgs(TabBase) Constructor

Initializes a new instance of the TabControlCancelEventArgs class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabControlCancelEventArgs(
    TabBase tab
)

Parameters

Name Type Description
tab TabBase

A TabBase object representing a tab related to the event.

Remarks

Instances of the TabControlCancelEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also