InvokeActionsActivity Class
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.
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
- 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. |