I'm finding that in Silverlight 2, I quite often want to write code which does something, waits for it to finish and then does something else. Say I'm building a video player. I might have a UI like this;<UserControl
x:Class="SilverlightApplication5.Page"
Read More