See Also: EventTrigger Members
The Xamarin.Forms.EventTrigger class has the following XAML property:
| Property | Value |
|---|---|
| Event | The name of the event to which to respond. |
| Object name | The qualified name of a Xamarin.Forms.TriggerAction`1 implementation that has been defined by the application developer. This object is instantiated and its TriggerAction`1.Invoke method is called when the triggering event is raised. Attributes on this tag set corresponding proptery values on the Xamarin.Forms.TriggerAction`1 implementation before the TriggerAction`1.Invoke method is called. |