'宣言 Public Event BindingValidationError As System.EventHandler(Of ValidationErrorEventArgs)
public event System.EventHandler<ValidationErrorEventArgs> BindingValidationError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.ValidationErrorEventArgs 型の引数を受け取りました。次の ValidationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Action | Gets a value that indicates whether the error is a new error or an existing error that has now been cleared. |
Error | Gets the error that caused this System.Windows.Controls.Validation.Error event. |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
参照