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

TabControlSelectionChangedEventArgs Class

Provides data for the DXTabControl.SelectionChanged event.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public class TabControlSelectionChangedEventArgs :
    EventArgs

Remarks

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.

Inheritance

Object
EventArgs
TabControlSelectionChangedEventArgs
See Also