wpf-devexpress-dot-xpf-dot-core-dd2ce52d.md
Provides data for the DXTabControl.SelectionChanged event.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class TabControlSelectionChangedEventArgs :
EventArgs
Public Class TabControlSelectionChangedEventArgs
Inherits EventArgs
TabControlSelectionChangedEventArgs is the data class for the following events:
The DXTabControl.SelectionChanged event is raised after a tab item has been selected. The TabControlSelectionChangedEventArgs provides the TabControlSelectionChangedEventArgs.OldSelectedIndex property that returns the index of the previously selected item. The index of the selected tab item is returned by the DXTabControl.SelectedIndex property.
To cancel selecting the tab item, handle the DXTabControl.SelectionChanging event, raised before the tab item is selected.
Object EventArgs TabControlSelectionChangedEventArgs
See Also