| C1.Xaml.DateTimeEditors アセンブリ > C1.Xaml.DateTimeEditors 名前空間 > C1TimeEditor クラス : TextValidationError イベント |
'宣言 Public Event TextValidationError As System.EventHandler(Of TextValidationErrorEventArgs)
public event System.EventHandler<TextValidationErrorEventArgs> TextValidationError
イベント ハンドラが、このイベントに関連するデータを含む、TextValidationErrorEventArgs 型の引数を受け取りました。次の TextValidationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Exception | 最初に TextValidationError イベントを発生させた例外を取得します。 |
| Text | TextValidationError イベントが発生したときに解析されていたテキストを取得します。 |
| ThrowException | 例外を生成するかどうかを示す値を取得または設定します。 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2