ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedEventArgs Class / NewItems Property

In This Topic
    NewItems Property
    In This Topic
    Gets the list of new items involved in the change.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewItems As System.Collections.IList
    public System.Collections.IList NewItems {get;}
    See Also