Edit

Share via


InvokeActionsActivity Class

Definition

The InvokeActionsActivity is an Activity which allows bridging to performing any behavior based Microsoft.Xaml.Interactivity.IAction within the schedule.

[Windows.UI.Xaml.Markup.ContentProperty(Name="Actions")]
public class InvokeActionsActivity : Microsoft.Toolkit.Uwp.UI.Animations.Activity
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Actions")>]
type InvokeActionsActivity = class
    inherit Activity
Public Class InvokeActionsActivity
Inherits Activity
Inheritance
Windows.UI.Xaml.DependencyObject
InvokeActionsActivity
Attributes
Windows.UI.Xaml.Markup.ContentPropertyAttribute

Constructors

InvokeActionsActivity()

Fields

ActionsProperty

Identifies the dependency property.

Properties

Actions

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

Delay

Gets or sets the TimeSpan to wait before running the activity.

(Inherited from Activity)

Methods

InvokeAsync(UIElement, CancellationToken)

Invokes the current activity.

Applies to