TabControlTabRemovingEventArgs Properties
Provides data for the cancelable DXTabControl.TabRemoving event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| IsDragDrop | Gets a value which indicates whether the associated event is part of a drag-and-drop operation. |
| Item | Gets the tab item that raised the event. Inherited from TabControlCommonCancelEventArgsBase. |
| TabIndex | Gets the index of the tab that raised the event. Inherited from TabControlCommonCancelEventArgsBase. |
See Also