'宣言 Public Event UpDownButtonClick As C1.Win.C1Input.UpDownButtonClickEventHandler
public event C1.Win.C1Input.UpDownButtonClickEventHandler UpDownButtonClick
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、C1.Win.C1Input.UpDownButtonClickEventArgs 型の引数を受け取りました。次の UpDownButtonClickEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Delta | Set to 1 if Up button is pressed, to -1 if Down button is pressed. |
Done | 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. |
参照