EventTrigger.Actions Property

Definition

Gets the collection of BeginStoryboard objects that this EventTrigger maintains.

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>
 

Property Value

The existing TriggerActionCollection.

Applies to

See also