EventTrigger.Actions プロパティ

定義

この EventTrigger が保持する BeginStoryboard オブジェクトのコレクションを取得します。

public:
 property TriggerActionCollection ^ Actions { TriggerActionCollection ^ get(); };
TriggerActionCollection Actions();
public TriggerActionCollection Actions { get; }
var triggerActionCollection = eventTrigger.actions;
Public ReadOnly Property Actions As TriggerActionCollection
<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>
 

プロパティ値

既存の TriggerActionCollection

適用対象

こちらもご覧ください