Author: Alan Sun Member Level: Bronze Member Rank: 0 Date: 05/Feb/2010 Rating:  Points: 2 |
Hi Nila,
You might want to look at using DispatcherTimer instead? It has the two methods Start() and Stop() which might be what you want.
In Silverlight 3 its namespace is: System.Windows.Threading.DispatcherTimer
|