'宣言 Public Event DateValidationError As System.EventHandler(Of DatePickerDateValidationErrorEventArgs)
public event System.EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.DatePickerDateValidationErrorEventArgs 型の引数を受け取りました。次の DatePickerDateValidationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Exception | Gets the initial exception associated with the System.Windows.Controls.DatePicker.DateValidationError event. |
| Text | Gets or sets the text that caused the System.Windows.Controls.DatePicker.DateValidationError event. |
| ThrowException | Gets or sets a value that indicates whether System.Windows.Controls.DatePickerDateValidationErrorEventArgs.Exception should be thrown. |
参照