Xamarin.Forms.EventTrigger Members

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

See Also: Inherited members from Xamarin.Forms.TriggerBase

Public Constructors

Creates a new Xamarin.Forms.EventTrigger instance.

Public Properties

[read-only]
ActionsIList<TriggerAction>. Gets the list of Xamarin.Forms.TriggerAction objects that will be invoked when the event that is identified by the EventTrigger.Event property is raised.
Eventstring. Gets or sets the name of the event that will cause the actions that are contained in the EventTrigger.Actions to be invoked.

Protected Methods

override
OnAttached()
Internal.
override
OnDetaching()
Internal.