AnimationStartedTriggerBehavior Class

Definition

A custom Microsoft.Xaml.Interactivity.Trigger that fires whenever a linked AnimationSet starts.

public sealed class AnimationStartedTriggerBehavior : Microsoft.Xaml.Interactivity.Trigger<Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet>
type AnimationStartedTriggerBehavior = class
    inherit Trigger<AnimationSet>
Public NotInheritable Class AnimationStartedTriggerBehavior
Inherits Trigger(Of AnimationSet)
Inheritance
Microsoft.Xaml.Interactivity.Trigger<AnimationSet>
AnimationStartedTriggerBehavior

Constructors

AnimationStartedTriggerBehavior()

Applies to