Interaction.ExecuteActions Method

Executes all actions in the ActionCollection and returns their results.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public Shared Function ExecuteActions ( _
    sender As Object, _
    actions As ActionCollection, _
    parameter As Object _
) As IEnumerable(Of Object)
public static IEnumerable<Object> ExecuteActions(
    Object sender,
    ActionCollection actions,
    Object parameter
)
public:
static IEnumerable<Object^>^ ExecuteActions(
    Object^ sender, 
    ActionCollection^ actions, 
    Object^ parameter
)
static member ExecuteActions : 
        sender:Object * 
        actions:ActionCollection * 
        parameter:Object -> IEnumerable<Object> 
public static function ExecuteActions(
    sender : Object, 
    actions : ActionCollection, 
    parameter : Object
) : IEnumerable<Object>

Parameters

  • parameter
    Type: System.Object

    The value of this parameter is determined by the calling behavior.

Return Value

Type: System.Collections.Generic.IEnumerable<Object>
The results of the executed actions.

.NET Framework Security

See Also

Reference

Interaction Class

Microsoft.Xaml.Interactivity Namespace