Windows.UI.Xaml.EventTrigger.Actions

June 22, 2022 ยท View on GitHub

-description

Gets the collection of BeginStoryboard objects that this EventTrigger maintains.

-xaml-syntax

<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>
 

-xaml-values

oneOrMoreBeginStoryboards
oneOrMoreBeginStoryboards One or more BeginStoryboard object elements. Object elements defined here become members of the list that is the value of the Actions property, if you use code to examine that collection at run time.
## -property-value The existing [TriggerActionCollection](triggeractioncollection.md).

-remarks

-examples

-see-also

XAML syntax guide