ContextMenu.OnPopup(EventArgs) Method

Definition

Raises the Popup event.

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)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to