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 Cancel |
Is |
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 Tab |
Tab |
Gets the index of the tab that raised the event.
Inherited from Tab |
See Also