'宣言 Public Function New( _ ByVal button As EditorButtonBase, _ ByVal owner As EmbeddableEditorOwnerBase, _ ByVal ownerContext As Object _ )
public EditorButtonEventArgs( EditorButtonBase button, EmbeddableEditorOwnerBase owner, object ownerContext )
このコンストラクターを使用すると、要求されたときのみ Context が取得されるように、オーナーとオーナー コンテキストが提供されます。これはオーナーによってコンテキストが遅延作成される場合に有効です。