MultiSelect for WinForms
PreValidated イベント (C1TextBox)

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

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

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