Menu.IPostBackEventHandler.RaisePostBackEvent(String) 메서드

정의

서버에 폼이 게시될 때 발생하는 이벤트를 처리합니다.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

매개 변수

eventArgument
String

이벤트 처리기에 전달된 이벤트 인수를 나타내는 String입니다.

구현

적용 대상