Charting for WinForms Programmer's Guide
NotifyCollectionChangedEventArgs(T).NewItems Property
See Also
 






Gets the list of new items involved in the change.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public T[] NewItems { get; set; }

Visual Basic  Copy Code

Public Property NewItems As T()

 Property Value

An array with the new items related to the action.

 See Also

NotifyCollectionChangedEventArgs(T) Members
NotifyCollectionChangedEventArgs(T) Class
MindFusion.Gauges Namespace