TabPageChangedEventArgs.PrevPage Property
Gets the previously processed tab page.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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