MultiSelect for WinForms
PostValidated イベント (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : PostValidated イベント
Occurs after the typed value has been validated
シンタックス
'宣言
 
Public Event PostValidated As PostValidationEventHandler
public event PostValidationEventHandler PostValidated
イベント データ

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

プロパティ解説
Error information in case of validation failure. Can be set in event code in PostValidating.  
PostValidation object that fired the event.  
Validation result (assigned in the event code in PostValidating). Default: True  
The value to validate.  
参照