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