Skip to main content

NotifyingCollectionBeforeItemAddedEventArgs<T>.Item Property

Gets the added item.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public T Item { get; }

Property Value

Type Description
T

A T object that is the added item.

See Also