Udostępnij za pośrednictwem


PlatformBehavior<TView,TPlatformView>.OnAttachedTo Metoda

Definicja

Przeciążenia

OnAttachedTo(BindableObject)

Deweloperzy aplikacji zastępują tę metodę w celu zaimplementowania zachowań, które zostaną skojarzone z bindableprogramem .

OnAttachedTo(TView)

Deweloperzy aplikacji zastępują tę metodę w celu zaimplementowania zachowań, które zostaną skojarzone z bindableprogramem .

OnAttachedTo(TView, TPlatformView)

Ta metoda jest wywoływana, gdy powiązanie jest dołączone do hierarchii widoku platformy.

OnAttachedTo(BindableObject)

Źródło:
PlatformBehavior.cs
Źródło:
PlatformBehavior.cs

Deweloperzy aplikacji zastępują tę metodę w celu zaimplementowania zachowań, które zostaną skojarzone z bindableprogramem .

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)

Parametry

bindable
BindableObject

Obiekt, do którego dołączono zachowanie.

Dotyczy

OnAttachedTo(TView)

Źródło:
PlatformBehavior.cs
Źródło:
PlatformBehavior.cs

Deweloperzy aplikacji zastępują tę metodę w celu zaimplementowania zachowań, które zostaną skojarzone z bindableprogramem .

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)

Parametry

bindable
TView

Obiekt, do którego dołączono zachowanie.

Dotyczy

OnAttachedTo(TView, TPlatformView)

Źródło:
PlatformBehavior.cs
Źródło:
PlatformBehavior.cs

Ta metoda jest wywoływana, gdy powiązanie jest dołączone do hierarchii widoku platformy.

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)

Parametry

bindable
TView

Obiekt, do którego dołączono zachowanie.

platformView
TPlatformView

Kontrolka platformy połączona z obiektem, który można powiązać.

Dotyczy