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