バージョン

BeforeEditorButtonDropDownEventArgs コンストラクタ(DropDownEditorButtonBase,Object,Point)

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

パラメータ

button
ドロップダウン ボタン
context
ボタンのホストについての情報を提供します。たとえば、ボタンがグリッドのセルにあれば、Cell オブジェクトです。
location
ドロップダウンが表示される位置。
参照