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

BarItemCollection.BeforeRemove Event

Fires before a BarItem is removed from a BarItemCollection.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public event BeforeRemoveBarItemEventHandler BeforeRemove

Event Data

The BeforeRemove event's data class is DevExpress.Xpf.Bars.BarItemLinkCollectionEventArgs.

See Also