Xamarin.Forms.Behavior<T>: Method Members

The methods of Xamarin.Forms.Behavior<T> are listed below. For a list of all members, see the Behavior<T> Members list.

See Also: Inherited members from Xamarin.Forms.Behavior

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.