Partager via


Behavior.OnAttachedTo(BindableObject) Méthode

Définition

Les développeurs d’applications substituent cette méthode pour implémenter les comportements qui seront associés à bindable.

protected:
 virtual void OnAttachedTo(Microsoft::Maui::Controls::BindableObject ^ bindable);
protected virtual void OnAttachedTo (Microsoft.Maui.Controls.BindableObject bindable);
abstract member OnAttachedTo : Microsoft.Maui.Controls.BindableObject -> unit
override this.OnAttachedTo : Microsoft.Maui.Controls.BindableObject -> unit
Protected Overridable Sub OnAttachedTo (bindable As BindableObject)

Paramètres

bindable
BindableObject

Objet pouvant être lié et auquel le comportement a été attaché.

S’applique à