Back to Devexpress

TabControlSelectionChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-core-dd2ce52d.md

latest2.0 KB
Original Source

TabControlSelectionChangedEventArgs Class

Provides data for the DXTabControl.SelectionChanged event.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TabControlSelectionChangedEventArgs :
    EventArgs
vb
Public Class TabControlSelectionChangedEventArgs
    Inherits EventArgs

TabControlSelectionChangedEventArgs is the data class for the following events:

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

TabControlSelectionChangedEventArgs Members

DevExpress.Xpf.Core Namespace