Skip to main content
A newer version of this page is available.
Bar

LayoutUpgradingEventHandler Delegate

The method that will handle the BarManager.LayoutUpgrading event.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public delegate void LayoutUpgradingEventHandler(
    object sender,
    LayoutUpgradingEventArgs args
);

Parameters

Name Type Description
sender Object

A BarManager object.

args LayoutUpgradingEventArgs

An LayoutUpgradingEventArgs object that contains data for the event.

See Also