bitbonk
bitbonk

Reputation: 49619

WPF Trigger a Command at end of animation

How can I trigger a Command in my ViewModel at the end of an animation/storyboard using XAML only.

Upvotes: 4

Views: 4821

Answers (1)

Arsen Mkrtchyan
Arsen Mkrtchyan

Reputation: 50712

You can create Command property in your Model and manually execute command on Animation Completed event

Upvotes: 1

Related Questions