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

RibbonGalleryBarItem.OnLinkRemoved(BarItemLinkBase) Method

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

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v18.2.dll

Declaration

public void OnLinkRemoved(
    BarItemLinkBase link
)

Parameters

Name Type Description
link BarItemLinkBase

A BarItemLink object being removed.

See Also