Skip to main content
Bar

LayoutUpgradingEventArgs(BarManager) Constructor

In This Article

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
)

#Parameters

Name Type Description
manager BarManager

A BarManager that raises the BarManager.LayoutUpgrading event.

See Also