The members of Xamarin.Forms.Behavior are listed below.
See Also: Inherited members from Xamarin.Forms.BindableObject
| [read-only] | AssociatedType | Type. Gets the type of the objects with which this Xamarin.Forms.Behavior can be associated. |
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. | ||
| Xamarin.Forms.IAttachedObject.AttachTo | Attempts to attach to bindable. If successful, calls the Behavior.OnAttachedTo method. | |
| Xamarin.Forms.IAttachedObject.DetachFrom | Detaches from bindable. Calls the Behavior.OnDetachedFrom method. |