LinkButton.RaisePostBackEvent(String) 메서드

정의

서버에 다시 게시할 때 컨트롤에 LinkButton 대한 이벤트를 발생합니다.

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

매개 변수

eventArgument
String

이벤트에 대한 인수입니다.

설명

이 이벤트는 컨트롤을 LinkButton 클릭할 때 이벤트를 발생시키고 정의된 Click 경우 이벤트를 발생 Command 시켜 내부적으로 사용됩니다.

적용 대상

추가 정보