Skip to main content
A newer version of this page is available. .

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