EventTrigger.Actions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of BeginStoryboard objects that this EventTrigger maintains.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
You can manipulate the contents of the TriggerActionCollection, but you cannot replace it. You set the Actions value in XAML by placing one or more BeginStoryboard elements as the child elements of an EventTrigger object. You do not typically specify an EventTrigger.Actions property element, because Actions is the XAML content property of EventTrigger.