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

适用于