Skip to main content

TabControlSelectionChangingEventArgs Properties
Show Inherited Hide Inherited

Provides data for the DXTabControl.SelectionChanging event.
Name Description
Cancel Gets or sets whether to cancel selecting the tab item.
NewSelectedIndex Gets the index of the currently selected tab item. Inherited from TabControlSelectionChangedEventArgs.
NewSelectedItem Gets a data item that corresponds to the currently selected tab item. Inherited from TabControlSelectionChangedEventArgs.
OldSelectedIndex Gets the index of the previously selected tab item. Inherited from TabControlSelectionChangedEventArgs.
OldSelectedItem Gets a data item that corresponds to the previously selected tab item. Inherited from TabControlSelectionChangedEventArgs.
See Also