MultiSelect for WinForms
PostValidating イベント (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : PostValidating イベント
Programmatic typed value validation.
シンタックス
'宣言
 
Public Event PostValidating As PostValidationEventHandler
public event PostValidationEventHandler PostValidating
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照