Xamarin.Forms.TriggerBase Members

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

See Also: Inherited members from Xamarin.Forms.BindableObject

Public Properties

[read-only]
EnterActionsIList<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]
ExitActionsIList<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]
IsSealedbool. Gets a value that indicates whether or not the trigger is sealed.
[read-only]
TargetTypeType. The type of object to which this Xamarin.Forms.TriggerBase object can be attached.

Explicitly Implemented Interface Members

Xamarin.Forms.IAttachedObject.AttachToAttempts to attach to bindable. If successful, calls the TriggerBase.OnAttachedTo method.
Xamarin.Forms.IAttachedObject.DetachFromAttempts to detach from bindable. If successful, calls TriggerBase.OnDetachedFrom..