Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
.NET Framework Class Library for Silverlight
EventTrigger..::.Actions Property

Gets the collection of BeginStoryboard objects that this EventTrigger maintains.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Actions As TriggerActionCollection
C#
public TriggerActionCollection Actions { get; }
XAML Object Element Usage
<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>

XAML Values

oneOrMoreBeginStoryboards

One or more BeginStoryboard object elements. Object elements defined here become members of the TriggerActionCollection that is the value of the Actions property, if you use code to examine that collection at run time.

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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker