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입니다.

적용 대상