Skip to main content
Bar

ILinksHolder.OnLinkRemoved(BarItemLinkBase) Method

In This Article

This method is called before a bar item link is removed from the current link holder.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

void OnLinkRemoved(
    BarItemLinkBase link
)

#Parameters

Name Type Description
link BarItemLinkBase

A BarItemLinkBase object being removed.

See Also