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

NotifyingCollectionBeforeItemAddedEventArgs<T> Class

Provides data for the NotifyingCollection`1.BeforeItemAdded event.

Namespace: DevExpress.DataAccess

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

Declaration

public class NotifyingCollectionBeforeItemAddedEventArgs<T> :
    EventArgs

Type Parameters

Name
T

Inheritance

Object
EventArgs
NotifyingCollectionBeforeItemAddedEventArgs<T>
See Also