Skip to main content
A newer version of this page is available. .

TabControlCommonCancelEventArgsBase(Int32, Object) Constructor

Initializes a new instance of the TabControlCommonCancelEventArgsBase class.

Namespace: DevExpress.Xpf.Core

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

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