DetailsView.ICallbackEventHandler.GetCallbackResult Méthode

Définition

Voir la méthode GetCallbackResult().

 virtual System::String ^ System.Web.UI.ICallbackEventHandler.GetCallbackResult() = System::Web::UI::ICallbackEventHandler::GetCallbackResult;
string ICallbackEventHandler.GetCallbackResult();
abstract member System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
override this.System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
Function GetCallbackResult () As String Implements ICallbackEventHandler.GetCallbackResult

Retours

Résultats du rappel.

Implémente

Remarques

Le DetailsView contrôle implémente l’interface ICallbackEventHandler et utilise les RaisePostBackEvent données pour récupérer des données et la GetCallbackResult méthode pour renvoyer les données récupérées au contrôle.

S’applique à