Skip to main content

NotifyingCollectionBeforeItemAddedEventArgs<T> Class

Provides data for the NotifyingCollection`1.BeforeItemAdded event.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class NotifyingCollectionBeforeItemAddedEventArgs<T> :
    EventArgs

Type Parameters

Name
T

Inheritance

Object
EventArgs
NotifyingCollectionBeforeItemAddedEventArgs<T>
See Also