Themes for WinForms
PostValidated イベント

C1.Win.C1Themes.Extended.4.8 アセンブリ > C1.Win.C1Themes 名前空間 > C1ThemePicker クラス : PostValidated イベント
シンタックス
'宣言
 
Public Event PostValidated As C1.Win.C1Input.PostValidationEventHandler
public event C1.Win.C1Input.PostValidationEventHandler PostValidated
イベント データ

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