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
#Event Data
The BeforeRemove event's handler receives an argument of the DevExpress.Xpf.Bars.BarItemLinkCollectionEventArgs type.
See Also