EventTrigger.Actions プロパティ

定義

イベントの発生時に呼び出す TriggerAction オブジェクトのコレクションを取得します。

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

プロパティ値

適用対象