TabPageChangingEventArgs(XtraTabPage, XtraTabPage) Constructor
Initializes a new instance of the TabPageChangingEventArgs class with the specified settings.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
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