Skip to main content
Bar

BarItemCollection.BeforeRemove Event

In This Article

Fires before a BarItem is removed from a BarItemCollection.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event BeforeRemoveBarItemEventHandler BeforeRemove

#Event Data

The BeforeRemove event's handler receives an argument of the DevExpress.Xpf.Bars.BarItemLinkCollectionEventArgs type.

See Also