ContextMenu.OnPopup(EventArgs) 方法

定义

引发 Popup 事件。

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

参数

e
EventArgs

包含事件数据的 EventArgs

适用于