バージョン

DataError イベント

例外が DataSource でスローされる時に発生します。
シンタックス
'宣言
 
Public Event DataError As EventHandler(Of DataErrorEventArgs)
public event EventHandler<DataErrorEventArgs> DataError
イベント データ

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

プロパティ解説
Cancel Infragistics.Windows.Controls.Events.CancelableRoutedEventArgsから継承されます。 
Cell 関連付けられた Infragistics.Windows.DataPresenter.Cell を返します(読み取り専用)。
Exception スローされた例外を返します(読み取り専用)
Field 関連付けられた Infragistics.Windows.DataPresenter.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.
Message ユーザーに表示されるメッセージを取得または設定します。
Operation 試行した操作とデータ エラーが発生した操作を返します(読み取り専用)
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.
解説

Cell の値を読み取るまたは更新する、既存の DataRecord を削除するか新しい値を追加する場合に、DataSource により例外がスローされます。

参照