Is there another Timer object that can be used in Silverlight except for the System.Threading.Timer object?
+9
A:
Check out the DispatcherTimer: http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer(VS.95).aspx
AndrewS
2009-05-08 14:02:53
This is the recommended way by Microsoft, see MSDN How To: Create a Timer - http://msdn.microsoft.com/en-us/library/cc189084(VS.95).aspx#CommunityContent
Ola Karlsson
2010-05-18 09:00:57