Edit

Share via


AnimationCompletedTriggerBehavior Class

Definition

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

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

Constructors

AnimationCompletedTriggerBehavior()

Applies to