Skip to main content
A newer version of this page is available. .

TabPageChangedEventArgs.PrevPage Property

Gets the previously processed tab page.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

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