1. HtmlTimer is deprecated and not very reliable (incase you want to use it here is the basic code to get it working
2. System.Threading.Timer. Not really an option because there’s no way to marshal it’s callbacks back onto the UI thread
3. Storyboard in XAML and wired a handler to its Completed events. I used the inline event on the xAML instead of wiring up the event in code because it wasn’t behaving properly.





1 response so far ↓
Vlad // April 30, 2008 at 10:44 pm
http://blogs.msdn.com/silverlight_sdk/archive/2008/03/27/make-a-silverlight-timer-silverlight-2.aspx
Leave a Comment