I use the Silverlight method VisualStateManager.GoToStateto transition my control from one state to another. All of this works great, and the transition animation works great. But I want to know when the transition has completed, so I can start other actions in my code. Is there an event or other mechanism that I can use to detect when the transition to another state has completed?
source
share