Skip to main content

NotifyingCollection<T>.BeforeItemAdded Event

Occurs before items are added to the collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public event EventHandler<NotifyingCollectionBeforeItemAddedEventArgs<T>> BeforeItemAdded

Event Data

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

See Also