MultiSelect for WinForms
PostValidationEventHandler デリゲート

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : PostValidationEventHandler デリゲート
The source of the event.
A PostValidationEventArgs object that contains the event data.
Represents the method that handles PostValidating or PostValidated events.
シンタックス
'宣言
 
Public Delegate Sub PostValidationEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PostValidationEventArgs _
) 
public delegate void PostValidationEventHandler( 
   System.object sender,
   PostValidationEventArgs e
)

パラメータ

sender
The source of the event.
e
A PostValidationEventArgs object that contains the event data.
参照

PostValidationEventHandler メンバ
C1.Win.C1Input 名前空間