Ribbon for WinForms
SpinButtonClick イベント (RibbonNumericBox)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonNumericBox クラス : SpinButtonClick イベント
Fires when the up/down buttons are clicked, before their built-in processing.
シンタックス
'宣言
 
Public Event SpinButtonClick As EventHandler(Of SpinButtonClickEventArgs)
public event EventHandler<SpinButtonClickEventArgs> SpinButtonClick
イベント データ

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

プロパティ解説
Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed.  
Gets or sets a value indicating whether the built-in processing of the up/down button click should be omitted.  
参照