The members of Xamarin.Forms.EventTrigger are listed below.
See Also: Inherited members from Xamarin.Forms.TriggerBase
| Creates a new Xamarin.Forms.EventTrigger instance. |
| [read-only] | Actions | IList<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. |
| Event | string. Gets or sets the name of the event that will cause the actions that are contained in the EventTrigger.Actions to be invoked. |
override | OnAttached()Internal. | |
override | OnDetaching()Internal. | |