TriggerBase.EnterActions 属性

定义

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

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

属性值

System.Collections.Generic.IList<TriggerAction>

适用于