EventTrigger.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of BeginStoryboard objects that this EventTrigger maintains.
public:
property TriggerActionCollection ^ Actions { TriggerActionCollection ^ get(); };
TriggerActionCollection Actions();
public TriggerActionCollection Actions { get; }
var triggerActionCollection = eventTrigger.actions;
Public ReadOnly Property Actions As TriggerActionCollection
<EventTrigger>
oneOrMoreBeginStoryboards
</EventTrigger>
Property Value
The existing TriggerActionCollection.