AsyncPostBackTrigger.OnEvent(Object, EventArgs) 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 l'événement qui provoque la publication (postback) et l'actualisation d'un contrôle UpdatePanel.
public:
void OnEvent(System::Object ^ sender, EventArgs ^ e);
public void OnEvent (object sender, EventArgs e);
member this.OnEvent : obj * EventArgs -> unit
Public Sub OnEvent (sender As Object, e As EventArgs)
Paramètres
- sender
- Object
L'expéditeur d'événement.
Données d'événement.