Back to Devexpress

TabControlSelectionChangedEventArgs Properties

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolselectionchangedeventargs-dot-underscore-properties.md

latest1.1 KB
Original Source

TabControlSelectionChangedEventArgs Properties

Provides data for the DXTabControl.SelectionChanged event.

NameDescription
NewSelectedIndexGets the index of the currently selected tab item.
NewSelectedItemGets a data item that corresponds to the currently selected tab item.
OldSelectedIndexGets the index of the previously selected tab item.
OldSelectedItemGets a data item that corresponds to the previously selected tab item.

See Also

TabControlSelectionChangedEventArgs Class

TabControlSelectionChangedEventArgs Members

DevExpress.Xpf.Core Namespace