DateTimeEditors for WPF/Silverlight
BindingValidationError イベント (C1DatePicker)

C1.Silverlight.DateTimeEditors.5 アセンブリ > C1.Silverlight.DateTimeEditors 名前空間 > C1DatePicker クラス : BindingValidationError イベント
シンタックス
'宣言
 
Public Event BindingValidationError As System.EventHandler(Of ValidationErrorEventArgs)
public event System.EventHandler<ValidationErrorEventArgs> BindingValidationError
イベント データ

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

プロパティ解説
Gets a value that indicates whether the error is a new error or an existing error that has now been cleared.  
Gets the error that caused this System.Windows.Controls.Validation.Error event.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
参照