다음을 통해 공유


Command.RaisePostBackEvent(String) 메서드

정의

서버에 포스트백될 때 Command 컨트롤에 대한 이벤트를 발생시킵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 void RaisePostBackEvent(System::String ^ argument);
protected void RaisePostBackEvent (string argument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (argument As String)

매개 변수

argument
String

이벤트의 인수입니다.

설명

메서드는 RaisePostBackEvent 이벤트를 발생 하려면 클릭할 때 컨트롤에 의해 Command 내부적으로 사용 됩니다 Click .

적용 대상

추가 정보