WeakEventManager<TEventSource,TEventArgs>.StopListening(Object) 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.
Arrête l'écoute de l'événement sur l'objet spécifié.
protected:
override void StopListening(System::Object ^ source);
protected override void StopListening (object source);
override this.StopListening : obj -> unit
Protected Overrides Sub StopListening (source As Object)
Paramètres
- source
- Object
Objet déclenchant l'événement.