Gets the list of new items involved in the change.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public IList NewItems { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewItems As IList |
A list of objects, or null (Nothing in Visual Basic) if there are no relevant items.
See Also