Calendar.RaisePostBackEvent(String) 메서드

정의

서버에 포스트백될 때 Calendar 컨트롤에 대한 이벤트를 발생시킵니다. 이 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입니다.

설명

이 메서드는 주로 사용자 지정 컨트롤 개발자가 사용합니다.

적용 대상

추가 정보