다음을 통해 공유


GridView.GetCallbackResult 메서드

정의

컨트롤을 대상으로 하는 콜백 이벤트의 결과를 반환합니다.

protected:
 virtual System::String ^ GetCallbackResult();
protected virtual string GetCallbackResult ();
abstract member GetCallbackResult : unit -> string
override this.GetCallbackResult : unit -> string
Protected Overridable Function GetCallbackResult () As String

반환

String

콜백의 결과입니다.

설명

컨트롤은 GridView 인터페이스를 ICallbackEventHandler 구현하고 비동기적으로 데이터 및 GetCallbackResult 메서드를 검색 RaisePostBackEvent 하여 검색된 데이터를 컨트롤에 반환합니다.

적용 대상