Partager via


PlatformBehavior<TView,TPlatformView>.OnAttachedTo Méthode

Définition

Surcharges

OnAttachedTo(BindableObject)

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

OnAttachedTo(TView)

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

OnAttachedTo(TView, TPlatformView)

Cette méthode est appelée lorsque l’objet pouvant être lié est attaché à la hiérarchie d’affichage de plateforme.

OnAttachedTo(BindableObject)

Source:
PlatformBehavior.cs
Source:
PlatformBehavior.cs

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

protected:
 override void OnAttachedTo(Microsoft::Maui::Controls::BindableObject ^ bindable);
protected override sealed void OnAttachedTo (Microsoft.Maui.Controls.BindableObject bindable);
override this.OnAttachedTo : Microsoft.Maui.Controls.BindableObject -> unit
Protected Overrides NotOverridable Sub OnAttachedTo (bindable As BindableObject)

Paramètres

bindable
BindableObject

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

S’applique à

OnAttachedTo(TView)

Source:
PlatformBehavior.cs
Source:
PlatformBehavior.cs

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

protected:
 override void OnAttachedTo(TView bindable);
protected override sealed void OnAttachedTo (TView bindable);
override this.OnAttachedTo : 'View -> unit
Protected Overrides NotOverridable Sub OnAttachedTo (bindable As TView)

Paramètres

bindable
TView

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

S’applique à

OnAttachedTo(TView, TPlatformView)

Source:
PlatformBehavior.cs
Source:
PlatformBehavior.cs

Cette méthode est appelée lorsque l’objet pouvant être lié est attaché à la hiérarchie d’affichage de plateforme.

protected:
 virtual void OnAttachedTo(TView bindable, TPlatformView platformView);
protected virtual void OnAttachedTo (TView bindable, TPlatformView platformView);
override this.OnAttachedTo : 'View * 'PlatformView -> unit
Protected Overridable Sub OnAttachedTo (bindable As TView, platformView As TPlatformView)

Paramètres

bindable
TView

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

platformView
TPlatformView

Contrôle de plateforme connecté à l’objet pouvant être lié.

S’applique à