バージョン

DataValueChanged イベント

FieldSettings.DataValueChangedNotificationsActive プロパティが true に設定されている FieldCell 値が変更されると発生します。
シンタックス
'宣言
 
Public Event DataValueChanged As EventHandler(Of DataValueChangedEventArgs)
public event EventHandler<DataValueChangedEventArgs> DataValueChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、DataValueChangedEventArgs 型の引数を受け取りました。次の DataValueChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
CellValuePresenter 値変更に関連付けられた CellValuePresenterCellValuePresenter がまだ割り当てられていない場合は null を返します。
Field 値変更に関連付けられた Field を返します。
Handled System.Windows.RoutedEventArgsから継承されます。Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
OriginalSource System.Windows.RoutedEventArgsから継承されます。Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class.
Record 値変更に関連付けられた Infragistics.Windows.DataPresenter.DataRecord を返します。
RoutedEvent System.Windows.RoutedEventArgsから継承されます。Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance.
Source System.Windows.RoutedEventArgsから継承されます。Gets or sets a reference to the object that raised the event.
ValueHistory 値変更に関連付けられた Infragistics.Windows.DataPresenter.Cell の値変更履歴を含む IList containing Infragistics.Windows.DataPresenter.DataValueInfo インスタンスを返します。このプロパティは、Infragistics.Windows.DataPresenter.FieldSettings.DataValueChangedHistoryLimit がゼロに設定されている場合 null を返します。
解説

このイベントを使用して、関連付けられている CellValuePresenter の視覚的な外観を変更し、値が変更されたことをエンド ユーザーに通知できます。

参照