| C1.Silverlight.Imaging.5 アセンブリ > C1.Silverlight.Imaging 名前空間 > C1Image クラス : BindingValidationError イベント |
'宣言 Public Event BindingValidationError As System.EventHandler(Of ValidationErrorEventArgs)
public event System.EventHandler<ValidationErrorEventArgs> BindingValidationError
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.ValidationErrorEventArgs 型の引数を受け取りました。次の ValidationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Action | Gets the state of the validation error. |
| Error | Gets the validation error that caused the System.Windows.FrameworkElement.BindingValidationError event. |
| Handled | Gets or sets the value that marks the routed event as handled. |
| OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |