EventTrigger.Actions Property

Definition

Gets the collection of BeginStoryboard objects that this EventTrigger maintains.

C#
public TriggerActionCollection Actions { get; }
XAML
<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>

Property Value

The existing TriggerActionCollection.

Applies to

Proizvod Verzije
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also