ObjectList.RaisePostBackEvent(String) 메서드

정의

ObjectList 개체에 포스트백 이벤트를 알립니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

eventArgument
String

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

적용 대상

추가 정보