Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 970 Bytes

eventtrigger_actions.md

File metadata and controls

38 lines (26 loc) · 970 Bytes
-api-id -api-type
P:Windows.UI.Xaml.EventTrigger.Actions
winrt property

Windows.UI.Xaml.EventTrigger.Actions

-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