GridView.ICallbackContainer.GetCallbackScript(IButtonControl, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée le script de rappel pour un bouton qui exécute une opération de tri.
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
Paramètres
- buttonControl
- IButtonControl
Contrôle bouton pour lequel créer le script de rappel.
- argument
- String
Arguments à passer au script de rappel.
Retours
Script de rappel d'un bouton qui exécute une opération de tri.
Implémente
Remarques
ICallbackContainer.GetCallbackScript est une méthode d’assistance utilisée par le contrôle pour créer le GridView script de rappel pour un bouton qui effectue une opération de tri.