LayoutUpgradingEventHandler Delegate
In This Article
The method that will handle the BarManager.LayoutUpgrading event.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
public delegate void LayoutUpgradingEventHandler(
object sender,
LayoutUpgradingEventArgs args
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | A Bar |
args | Layout |
An Layout |
See Also