EventTriggerBehavior.Actions Property

Gets the collection of actions associated with the behavior. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public ReadOnly Property Actions As ActionCollection
public ActionCollection Actions { get; }
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
}
member Actions : ActionCollection with get
function get Actions () : ActionCollection

Property Value

Type: Microsoft.Xaml.Interactivity.ActionCollection
The collection of actions associated with the behavior. This is a dependency property.

.NET Framework Security

See Also

Reference

EventTriggerBehavior Class

Microsoft.Xaml.Interactions.Core Namespace