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

适用于

另请参阅