MenuItem.OnInitMenuPopup(EventArgs) メソッド

定義

Popup イベントを発生させます。

protected:
 virtual void OnInitMenuPopup(EventArgs ^ e);
protected public:
 virtual void OnInitMenuPopup(EventArgs ^ e);
protected virtual void OnInitMenuPopup (EventArgs e);
protected internal virtual void OnInitMenuPopup (EventArgs e);
abstract member OnInitMenuPopup : EventArgs -> unit
override this.OnInitMenuPopup : EventArgs -> unit
Protected Overridable Sub OnInitMenuPopup (e As EventArgs)
Protected Friend Overridable Sub OnInitMenuPopup (e As EventArgs)

パラメーター

e
EventArgs

イベント データを格納している EventArgs

適用対象