TabPageChangingEventArgs(XtraTabPage, XtraTabPage) Constructor
Initializes a new instance of the TabPageChangingEventArgs class with the specified settings.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| prevPage | XtraTabPage | An XtraTabPage object that represents the old page. |
| page | XtraTabPage | An XtraTabPage object that represents the new page. |
See Also