ILinksHolder.OnLinkAdded(BarItemLinkBase) Method
In This Article
This method is called before a bar item link is added to the current link holder.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
void OnLinkAdded(
BarItemLinkBase link
)
#Parameters
Name | Type | Description |
---|---|---|
link | Bar |
A Bar |
See Also