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





Gets the list of new items involved in the change.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public T[] NewItems { get; set; }

Visual Basic  Copy Code

Public Property NewItems As T()

 Property Value

The list of items added to the collection, or null (Nothing in Visual Basic).

 See Also

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