Search
NotifyCollectionChangedEventArgs(T).OldItems Property
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public T[] OldItems { get; set; }

Visual Basic  Copy Code

Public Property OldItems As T()

 Property Value

The list of items removed from the collection, or null (Nothing in Visual Basic).

 See Also