MultiSelect for WinForms
UpDownButtonClick イベント (C1DropDownControl)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1DropDownControl クラス : UpDownButtonClick イベント
Occurs when UpDown buttons are clicked.
シンタックス
'宣言
 
Public Event UpDownButtonClick As UpDownButtonClickEventHandler
public event UpDownButtonClickEventHandler UpDownButtonClick
イベント データ

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

プロパティ解説
Set to 1 if Up button is pressed, to -1 if Down button is pressed.  
Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons.  
参照