AnimationEndedEventArgs.ActualEndReason Property

Definition

Gets the reason the animation ended.

public:
 property AnimationEndReason ActualEndReason { AnimationEndReason get(); };
AnimationEndReason ActualEndReason();
public AnimationEndReason ActualEndReason { get; }
var animationEndReason = animationEndedEventArgs.actualEndReason;
Public ReadOnly Property ActualEndReason As AnimationEndReason

Property Value

The reason the animation ended.

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Applies to