Search
NotifyCollectionChangedEventArgs(T).OldItems Property
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T[] OldItems { get; set; }

Visual Basic  Copy Code

Public Property OldItems As T()

 Property Value

 See Also