Skip to main content

TabPageChangedEventArgs.PrevPage Property

Gets the previously processed tab page.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public XtraTabPage PrevPage { get; }

Property Value

Type Description
XtraTabPage

An XtraTabPage object which represents the tab page previously processed.

Remarks

If the XtraTabControl.HotTrackedPageChanged event is handled, the PrevPage property’s value represents the previously hot-tracked tab page. If the XtraTabControl.SelectedPageChanged event is handled, this property returns the previously focused tab page.

See Also