Link.IPostBackEventHandler.RaisePostBackEvent(String) 메서드

정의

이 멤버에 대한 설명은 RaisePostBackEvent(String)를 참조하세요. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

argumenteventArgument
String

이벤트 처리기에 전달할 선택적 이벤트 인수입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, Link 인스턴스가 IPostBackEventHandler 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보