FormView.IPostBackEventHandler.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.
Déclenche des événements pour le contrôle FormView pendant la publication sur le serveur.
virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent
Paramètres
- eventArgument
- String
Argument pour l'événement.
Implémente
Remarques
La page appelle la IPostBackEventHandler.RaisePostBackEvent méthode lorsqu’un événement de publication se produit. Cet appel se produit dans le cycle de vie de la page une fois le chargement et la notification de modification terminés, mais avant le rendu de la page.