Xamarin.Forms.Behavior Members

The members of Xamarin.Forms.Behavior are listed below.

See Also: Inherited members from Xamarin.Forms.BindableObject

Protected Properties

[read-only]
AssociatedTypeType. Gets the type of the objects with which this Xamarin.Forms.Behavior can be associated.

Protected Methods

OnAttachedTo(BindableObject)
Application developers override this method to implement the behaviors that will be associated with bindable.
OnDetachingFrom(BindableObject)
Application developers override this method to remove the behaviors from bindable that were implemented in a previous call to the Behavior.OnAttachedTo method.

Explicitly Implemented Interface Members

Xamarin.Forms.IAttachedObject.AttachToAttempts to attach to bindable. If successful, calls the Behavior.OnAttachedTo method.
Xamarin.Forms.IAttachedObject.DetachFromDetaches from bindable. Calls the Behavior.OnDetachedFrom method.