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 déclenche une publication et une actualisation d’un UpdatePanel contrôle.
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
Expéditeur de l’événement.
Données d'événement.