WPF Animation / Processing priority
- by Matt B
Hi all,
I have a button which has an animation (in xaml) on it's click event. Cool so far.
Problem is that I also have processing occurring on the click event (so I can do stuff) - and this occurs first.
How do I prioritise or re-order so that the animation takes place before any custom processing...
Thanks.