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





Gets the list of items affected by a Replace, Remove, or Move action.

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

 Syntax

C#  Copy Code

public IList OldItems { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldItems 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