Skip to main content

MdiTabPageEventArgs(XtraMdiTabPage) Constructor

Initializes a new instance of the MdiTabPageEventArgs class.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public MdiTabPageEventArgs(
    XtraMdiTabPage page
)

Parameters

Name Type Description
page XtraMdiTabPage

An XtraMdiTabPage object which represents the processed page. This value is assigned to the MdiTabPageEventArgs.Page property.

See Also