TreeView.IPostBackEventHandler.RaisePostBackEvent(String) 메서드

정의

폼이 서버에 게시될 때 발생하는 이벤트를 TreeView 컨트롤에서 처리할 수 있도록 합니다.

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

매개 변수

eventArgument
String

이벤트 처리기에 전달할 선택적 이벤트 인수를 나타내는 문자열입니다.

구현

설명

컨트롤 개발자가 재정의 해야 합니다 RaisePostBackEvent 메서드.

적용 대상