TabControlSelectionChangingEventArgs Properties
Provides data for the DXTabControl.SelectionChanging event.
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel selecting the tab item. |
New |
Gets the index of the currently selected tab item.
Inherited from Tab |
New |
Gets a data item that corresponds to the currently selected tab item.
Inherited from Tab |
Old |
Gets the index of the previously selected tab item.
Inherited from Tab |
Old |
Gets a data item that corresponds to the previously selected tab item.
Inherited from Tab |
See Also