TriggerBase.ExitActions 属性

定义

获取在不再满足触发条件时调用的 TriggerAction 对象的列表。 忽略 EventTrigger 类。

public System.Collections.Generic.IList<Xamarin.Forms.TriggerAction> ExitActions { get; }
member this.ExitActions : System.Collections.Generic.IList<Xamarin.Forms.TriggerAction>

属性值

System.Collections.Generic.IList<TriggerAction>

适用于