Partilhar via


Behavior.OnAttachedTo(BindableObject) Método

Definição

Os desenvolvedores de aplicativos substituem este método para implementar os comportamentos que serão associados a 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)

Parâmetros

bindable
BindableObject

O objeto associável ao qual o comportamento foi anexado.

Aplica-se a