Skip to main content
Bar

LayoutUpgradingEventArgs(BarManager) Constructor

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

Declaration

public LayoutUpgradingEventArgs(
    BarManager manager
)
Public Sub New(
    manager As BarManager
)

Parameters

Name Type Description
manager BarManager

A BarManager that raises the BarManager.LayoutUpgrading event.

See Also