다음을 통해 공유


DetailsView.GetCallbackScript(IButtonControl, String) 메서드

정의

지정한 인수를 사용하여 만든 콜백 문자열을 반환합니다.

protected:
 virtual System::String ^ GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument);
protected virtual string GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
override this.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Protected Overridable Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String

매개 변수

buttonControl
IButtonControl

콜백을 초기화한 컨트롤입니다.

argument
String

콜백 코드입니다.

반환

String

클라이언트에 보낼 전체 콜백 문자열입니다.

적용 대상