GridView.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

コールバック スクリプトに渡す引数。

戻り値

並べ替え操作を実行するボタンのコールバック スクリプト。

注釈

メソッドは GetCallbackScript 、並べ替え操作を GridView 実行するボタンのコールバック スクリプトを作成するためにコントロールによって使用されるヘルパー メソッドです。

適用対象

こちらもご覧ください