Skip to main content

TabControlSelectionChangedEventArgs Properties

Provides data for the DXTabControl.SelectionChanged event.
Name Description
NewSelectedIndex Gets the index of the currently selected tab item.
NewSelectedItem Gets a data item that corresponds to the currently selected tab item.
OldSelectedIndex Gets the index of the previously selected tab item.
OldSelectedItem Gets a data item that corresponds to the previously selected tab item.
See Also