Xamarin.Forms.Behavior<T> Members

The members of Xamarin.Forms.Behavior<T> are listed below.

See Also: Inherited members from Xamarin.Forms.Behavior

Protected Constructors

Creates a new Xamarin.Forms.Behavior`1 instance.

Protected Methods

OnAttachedTo(T)
Application developers override this method to implement the behaviors that will be associated with bindable.
override
OnAttachedTo(BindableObject)
Calls the Behavior`1.OnAttachedTo`1 method and chains the handler to the superclass.
OnDetachingFrom(T)
Application developers override this method to remove the behaviors from bindable that were implemented in a previous call to the Behavior`1.OnAttachedTo method.
override
OnDetachingFrom(BindableObject)
Calls the Behavior`1.OnDetachingFrom`1 method and chains the handler to the superclass.