DetailsView.ICallbackEventHandler.GetCallbackResult 메서드

정의

메서드를 참조하세요 GetCallbackResult().

 virtual System::String ^ System.Web.UI.ICallbackEventHandler.GetCallbackResult() = System::Web::UI::ICallbackEventHandler::GetCallbackResult;
string ICallbackEventHandler.GetCallbackResult();
abstract member System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
override this.System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
Function GetCallbackResult () As String Implements ICallbackEventHandler.GetCallbackResult

반품

콜백의 결과입니다.

구현

설명

컨트롤은 DetailsView 인터페이스를 ICallbackEventHandler 구현하고 데이터를 검색하는 데 사용하고 메서드를 RaisePostBackEvent 사용하여 GetCallbackResult 검색된 데이터를 컨트롤에 반환합니다.

적용 대상