DateTimeEditors for UWP/WinRT
TextValidationError イベント

C1TimeEditor に入力されたテキストを解析できないとき、または選択された TimeSpan が有効でないときに発生します。
構文
'宣言
 
Public Event TextValidationError As System.EventHandler(Of TextValidationErrorEventArgs)
public event System.EventHandler<TextValidationErrorEventArgs> TextValidationError
イベント データ

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

プロパティ解説
Exception最初に TextValidationError イベントを発生させた例外を取得します。  
TextTextValidationError イベントが発生したときに解析されていたテキストを取得します。  
ThrowException例外を生成するかどうかを示す値を取得または設定します。  
Requirements

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

参照

関連項目

C1TimeEditor クラス
C1TimeEditor メンバ

Send Feedback