Xamarin.Forms.TriggerBase: Property Members

The properties of Xamarin.Forms.TriggerBase are listed below. For a list of all members, see the TriggerBase Members list.

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.