TabPageEventArgs(XtraTabPage, Int32, TabControlAction) Constructor
Initializes a new instance of the TabPageEventArgs class with the specified settings.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | XtraTabPage | A XtraTabPage object that represents the current page. |
pageIndex | Int32 | An integer value that specifies the index of the page. |
action | TabControlAction | A TabControlAction object that represents the action being performed on the page. |
See Also