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>

적용 대상