TabControlTabRemovedEventArgs(Int32, Object, Boolean) Constructor
Initializes a new instance of the TabControlTabRemovedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 |
|
| item | Object |
|
| isDragDrop | Boolean |
|
Remarks
Instances of the TabControlTabRemovedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also