AnimationEndedEventArgs.ActualEndReason Property
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.
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).