Partager via


TriggerBase.ExitActions Propriété

Définition

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

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

Valeur de propriété

S’applique à