Xamarin.Forms.TriggerAction<T> Members

The members of Xamarin.Forms.TriggerAction<T> are listed below.

See Also: Inherited members from Xamarin.Forms.TriggerAction

Protected Constructors

Creates a new instance of the Xamarin.Forms.TriggerAction`1 class.

Protected Methods

override
Invoke(object)
Application developers override this method to provide the action that is performed when the trigger condition is met.
abstract
Invoke(T)
Application developers override this method to provide the action that is performed when the trigger condition is met.