Partager via


TriggerBase.EnterActions Propriété

Définition

Obtient la liste des objets TriggerAction à appeler quand la condition de déclenchement est remplie. Ignoré pour la classe EventTrigger.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ EnterActions { System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction> EnterActions { get; }
member this.EnterActions : System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction>
Public ReadOnly Property EnterActions As IList(Of TriggerAction)

Valeur de propriété

S’applique à