Skip to main content

NotifyingCollectionBeforeItemAddedEventArgs(T) Constructor

Initializes a new instance of the NotifyingCollectionBeforeItemAddedEventArgs<T> class.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public NotifyingCollectionBeforeItemAddedEventArgs(
    T item
)

Parameters

Name Type Description
item T

A T object.

See Also