MultiSelect for WinForms
PreValidationEventHandler デリゲート

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

パラメータ

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

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