Skip to main content

TabControlCommonCancelEventArgsBase(Int32, Object) Constructor

Initializes a new instance of the TabControlCommonCancelEventArgsBase class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public TabControlCommonCancelEventArgsBase(
    int index,
    object item
)

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the tab that raised the event.

item Object

An object that raised the event.

See Also