Starting an animation from the ViewModel in WPF/MVVM

Posted by RandomEngy on Stack Overflow See other posts from Stack Overflow or by RandomEngy
Published on 2010-03-28T01:20:33Z Indexed on 2010/03/28 1:23 UTC
Read the original article Hit count: 1061

Filed under:
|
|
|

I'm writing a MVVM app and have started putting in a few animations. I want to call something on the ViewModel which starts the a storyboard. This blog had a promising approach to it, but it doesn't actually work. The IDChanged handler never fires for some reason.

I also found that you could start animations on EventTriggers, but I don't know how to raise one on the ViewModel.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf