EventTrigger.Actions プロパティ

定義

Event プロパティにより識別されるイベントが発生したときに呼び出される TriggerAction オブジェクトの一覧を取得します。

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

プロパティ値

IList<TriggerAction>

適用対象