Back to Devexpress

TabControlSelectionChangingEventArgs Properties

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

latest1.4 KB
Original Source

TabControlSelectionChangingEventArgs Properties

Provides data for the DXTabControl.SelectionChanging event.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewSelectedIndexGets the index of the tab item that is about to be selected.
NewSelectedItemGets the tab item to be selected.
OldSelectedIndexGets the index of the currently selected tab item.
OldSelectedItemGets the currently selected tab item.

See Also

TabControlSelectionChangingEventArgs Class

TabControlSelectionChangingEventArgs Members

DevExpress.Xpf.Core Namespace