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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

void OnLinkRemoved(
    BarItemLinkBase link
)

Parameters

Name Type Description
link BarItemLinkBase

A BarItemLink object being removed.

See Also