Skip to main content

TabControlSelectionChangingEventArgs.OldSelectedItem Property

Gets the currently selected tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v26.1.dll

Declaration

public object OldSelectedItem { get; }

Property Value

Type Description
Object

An object that specifies the currently selected tab item.

See Also