The members of Xamarin.Forms.TriggerBase are listed below.
See Also: Inherited members from Xamarin.Forms.BindableObject
| [read-only] | EnterActions | IList<TriggerAction>. Gets the list of Xamarin.Forms.TirggerAction objects that will be invoked when the trigger condition is met. Ignored for the Xamarin.Forms.EventTrigger class. |
| [read-only] | ExitActions | IList<TriggerAction>. Gets the list of Xamarin.Forms.TirggerAction objects that will be invoked after the trigger condition is no longer met. Ignored for the Xamarin.Forms.EventTrigger class. |
| [read-only] | IsSealed | bool. Gets a value that indicates whether or not the trigger is sealed. |
| [read-only] | TargetType | Type. The type of object to which this Xamarin.Forms.TriggerBase object can be attached. |
| Xamarin.Forms.IAttachedObject.AttachTo | Attempts to attach to bindable. If successful, calls the TriggerBase.OnAttachedTo method. | |
| Xamarin.Forms.IAttachedObject.DetachFrom | Attempts to detach from bindable. If successful, calls TriggerBase.OnDetachedFrom.. |