TabControlCommonCancelEventArgsBase(Int32, Object) Constructor
Initializes a new instance of the TabControlCommonCancelEventArgsBase class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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