Behavior.OnDetachingFrom(BindableObject) 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.
Les développeurs d’applications substituent cette méthode pour retirer de bindable
les comportements qui ont été implémentés dans un appel précédent à la méthode OnAttachedTo(BindableObject).
protected virtual void OnDetachingFrom (Xamarin.Forms.BindableObject bindable);
abstract member OnDetachingFrom : Xamarin.Forms.BindableObject -> unit
override this.OnDetachingFrom : Xamarin.Forms.BindableObject -> unit
Paramètres
- bindable
- BindableObject
Objet pouvant être lié et duquel le comportement a été détaché.