GridView.ICallbackContainer.GetCallbackScript(IButtonControl, String) Methode

Definition

Erstellt das Rückrufskript für eine Schaltfläche, die einen Sortiervorgang ausführt.

 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

Parameter

buttonControl
IButtonControl

Das Schaltflächensteuerelement, für das das Rückrufskript erstellt wird.

argument
String

Die an das Rückrufskript zu übergebenden Argumente.

Gibt zurück

String

Das Rückrufskript für eine Schaltfläche, die einen Sortiervorgang ausführt.

Implementiert

Hinweise

ICallbackContainer.GetCallbackScript ist eine Hilfsmethode, die vom Steuerelement zum Erstellen des GridView Rückrufskripts für eine Schaltfläche verwendet wird, die einen Sortiervorgang ausführt.

Gilt für

Siehe auch