Skip to main content

MdiTabPageEventArgs(XtraMdiTabPage) Constructor

Initializes a new instance of the MdiTabPageEventArgs class.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.2.dll

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