다음을 통해 공유


XhtmlPageAdapter.HandlePagePostBackEvent(String, String) 메서드

정의

어댑터가 포스트백 이벤트를 처리하는지 여부를 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual bool HandlePagePostBackEvent(System::String ^ eventSource, System::String ^ eventArgument);
public virtual bool HandlePagePostBackEvent (string eventSource, string eventArgument);
abstract member HandlePagePostBackEvent : string * string -> bool
override this.HandlePagePostBackEvent : string * string -> bool
Public Overridable Function HandlePagePostBackEvent (eventSource As String, eventArgument As String) As Boolean

매개 변수

eventSource
String

이벤트의 소스 식별자입니다.

eventArgument
String

이벤트의 이름입니다.

반환

false.

구현

설명

메서드는 HandlePagePostBackEvent 포스트백 중에 호출됩니다. 어댑터는 이벤트를 처리하도록 선택할 수 있습니다. 클래스는 XhtmlPageAdapter 포스트백 이벤트를 처리하지 않으며 항상 를 반환합니다 false.

상속자 참고

파생 클래스에서 메서드를 재정의 HandlePagePostBackEvent(String, String) 할 때 페이지 어댑터가 포스트백 이벤트를 처리하도록 하려면 이벤트를 처리한 후 를 반환 true 합니다.

적용 대상

추가 정보