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

TabPageEventArgs(XtraTabPage, Int32, TabControlAction) Constructor

Initializes a new instance of the TabPageEventArgs class with the specified settings.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public TabPageEventArgs(
    XtraTabPage page,
    int pageIndex,
    TabControlAction action
)

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