ILinksHolder.OnLinkRemoved(BarItemLinkBase) Method
This method is called before a bar item link is removed from the current link holder.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| link | BarItemLinkBase | A BarItemLink object being removed. |
See Also