Timer Control


Description :

Some Tips using Timer :

  1. Timer_Event will fire only after the Timer.Start() method is called. 
  2. Interval property is used to set the interval between Timer_Event. 
  3. Timer can be stopped either by disabling the Timer or calling the Stop() method.


Similar Articles