MindFusion.Wpf Pack Programmer's Guide
NotifyCollectionChangedEventArgs.NewItems Property
See Also
 





Gets the list of new items involved in the change.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IList NewItems { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewItems As IList

 Property Value

A list of objects, or null (Nothing in Visual Basic) if there are no relevant items.

 See Also

NotifyCollectionChangedEventArgs Members
NotifyCollectionChangedEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace