GridView.ICallbackContainer.GetCallbackScript(IButtonControl, String) Methode

Definitie

Hiermee maakt u het callback-script voor een knop waarmee een sorteerbewerking wordt uitgevoerd.

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

Parameters

buttonControl
IButtonControl

Het knop besturingselement waarvoor het callback-script moet worden gemaakt.

argument
String

De argumenten die moeten worden doorgegeven aan het callback-script.

Retouren

Het callback-script voor een knop waarmee een sorteerbewerking wordt uitgevoerd.

Implementeringen

Opmerkingen

ICallbackContainer.GetCallbackScript is een helpermethode die door het GridView besturingselement wordt gebruikt om het callbackscript te maken voor een knop waarmee een sorteerbewerking wordt uitgevoerd.

Van toepassing op

Zie ook