Reputation: 49619
How can I trigger a Command in my ViewModel at the end of an animation/storyboard using XAML only.
Upvotes: 4
Views: 4821
Reputation: 50712
You can create Command property in your Model and manually execute command on Animation Completed event
Upvotes: 1