NotifyingCollection<T>.BeforeItemAdded Event
Occurs before items are added to the collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Event Data
The BeforeItemAdded event's data class is DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs{`0}.
See Also