ScriptManager.RaisePostBackEvent(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.
Traite un événement de publication (postback) déclenché par le contrôle ScriptManager et charge l'état de l'historique de la page web.
protected:
virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected virtual void RaisePostBackEvent (string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (eventArgument As String)
Paramètres
- eventArgument
- String
Chaîne de paires clé/valeur qui représentent l’état de l’historique de la page web.