Charting for WinForms Programmer's Guide
NotifyCollectionChangedEventArgs(T).OldItems Property
See Also
 






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

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public T[] OldItems { get; set; }

Visual Basic  Copy Code

Public Property OldItems As T()

 Property Value

An array with the old items related with the action.

 See Also

NotifyCollectionChangedEventArgs(T) Members
NotifyCollectionChangedEventArgs(T) Class
MindFusion.Gauges Namespace