バージョン

ValueHistory プロパティ (DataValueChangedEventArgs)

値変更に関連付けられた Infragistics.Windows.DataPresenter.Cell の値変更履歴を含む IList containing Infragistics.Windows.DataPresenter.DataValueInfo インスタンスを返します。このプロパティは、Infragistics.Windows.DataPresenter.FieldSettings.DataValueChangedHistoryLimit がゼロに設定されている場合 null を返します。
シンタックス
'宣言
 
Public ReadOnly Property ValueHistory As IList(Of DataValueInfo)
public IList<DataValueInfo> ValueHistory {get;}
参照