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 da4ace4 commit 9d4cdceCopy full SHA for 9d4cdce
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