Share via


EventTrigger.Actions Propriété

Définition

Obtient la collection d’objets BeginStoryboard que cet EventTrigger gère.

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>
 

Valeur de propriété

TriggerActionCollection existant.

S’applique à

Voir aussi