バージョン

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

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

パラメータ

button
ドロップダウン ボタン
owner
ボタン イベントが呼び出されるエディターのオーナー。
ownerContext
エディターからのエディター コンテキスト。
location
ドロップダウンが表示される位置。
解説

このコンストラクターを使用すると、要求されたときのみ CancelableEditorButtonEventArgs.Context が取得されるように、オーナーとオーナー コンテキストが提供されます。これはオーナーによってコンテキストが遅延作成される場合に有効です。

参照