バージョン

CalculatorButtonEventArgs コンストラクタ

新しい CalculatorButtonEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal button As CalculatorButton _
)
public CalculatorButtonEventArgs( 
   CalculatorButton button
)

パラメータ

button
イベントに関連付けられたボタン
参照