I have an animated image in Expression Blend 4.0. I have implemented a Storyboard for it and I set the AutoReverse
property to True.
I need to perform an operation when my Storyboard completes, before it reverses. How can I achieve that?
You may split your auto-reversing Storyboard into two without auto-reverse. Add a Completed
handler to the first Storyboard that performs any desired action before it starts the second Storyboard.