We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9d559 commit 749ccc7Copy full SHA for 749ccc7
Microsoft.Toolkit.Uwp.UI.Animations/Xaml/AnimationSet.cs
@@ -32,7 +32,7 @@ public sealed class AnimationSet : DependencyObjectCollection
32
public event EventHandler? Started;
33
34
/// <summary>
35
- /// Raised whenever the current animation ends.
+ /// Raised whenever the current animation completes.
36
/// </summary>
37
public event EventHandler? Completed;
38
0 commit comments