'宣言 Public Event SpinButtonClick As EventHandler(Of SpinButtonClickEventArgs)
public event EventHandler<SpinButtonClickEventArgs> SpinButtonClick
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、SpinButtonClickEventArgs 型の引数を受け取りました。次の SpinButtonClickEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Delta | Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed. |
| Handled | Gets or sets a value indicating whether the built-in processing of the up/down button click should be omitted. |
参照