Skip to main content
Bar

BarItemCollection.AfterInsert Event

In This Article

Fires after a BarItem is added to a BarItemCollection.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event BeforeRemoveBarItemEventHandler AfterInsert

#Event Data

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

See Also