Search
NotifyCollectionChangedEventArgs(T).OldItems Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T[] OldItems { get; set; }

Visual Basic  Copy Code

Public Property OldItems As T()

 Property Value

A list with the items removed from the collection. This can be null (Nothing in Visual Basic).

 See Also