MultiSelect for WinForms
UpDownButtonClickEventHandler デリゲート

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

パラメータ

sender
The source of the event.
e
An UpDownButtonClickEventArgs object that contains the event data.
参照

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