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

NotifyingCollection<T>.BeforeItemAdded Event

Occurs before items are added to the collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public event EventHandler<NotifyingCollectionBeforeItemAddedEventArgs<T>> BeforeItemAdded

Event Data

The BeforeItemAdded event's data class is DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs{`0}.

See Also