TriggerAction<T> Class

Definition

A base class for user-defined actions that are performed when a trigger condition is met.

generic <typename T>
 where T : BindableObjectpublic ref class TriggerAction abstract : Microsoft::Maui::Controls::TriggerAction
public abstract class TriggerAction<T> : Microsoft.Maui.Controls.TriggerAction where T : BindableObject
type TriggerAction<'T (requires 'T :> BindableObject)> = class
    inherit TriggerAction
Public MustInherit Class TriggerAction(Of T)
Inherits TriggerAction

Type Parameters

T
Inheritance
TriggerAction<T>

Remarks

Application developers should use TriggerAction<T>, instead.

Constructors

TriggerAction<T>()

Properties

AssociatedType (Inherited from TriggerAction)

Methods

Invoke(Object)
Invoke(T)

Applies to