Skip to main content

TabPageCancelEventArgs(XtraTabPage, Int32, Boolean, TabControlAction) Constructor

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabPageCancelEventArgs(
    XtraTabPage page,
    int pageIndex,
    bool cancel,
    TabControlAction action
)

Parameters

Name Type Description
page XtraTabPage

An XtraTabPage object that represents the current page.

pageIndex Int32

An integer value that specifies the index of the page.

cancel Boolean

A Boolean value that specifies whether the event must be canceled.

action TabControlAction

A TabControlAction value that identifies the action being performed on a tab page.

See Also