Search code examples
user-interfaceexpression-blend

Executing code on storyboard finish in Blend 4


In my Blend application I'm making the program fade out when the user closes it. I can get the fading storyboard to play, but I don't know how to check when it's done so I can execute code to actually close the program.


Solution

  • Use the StoryBoard Completed Event