バージョン

EditorButtonEventArgs コンストラクタ(EditorButtonBase,Object)

新しい EditorButtonEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal button As EditorButtonBase, _
   ByVal context As Object _
)
public EditorButtonEventArgs( 
   EditorButtonBase button,
   object context
)

パラメータ

button
イベントに関連付けられたボタン
context
ボタンのホストについての情報を提供します。たとえば、ボタンがグリッドのセルにあれば、Cell オブジェクトです。
参照