Implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Windows Forms applications and must be used in a window.
The Timer type exposes the following members.
|
| Name | Description |
|---|
.gif) .gif) | Timer | Overloaded. Initializes a new instance of the Timer class. |
Top
Top
Top
|
| Name | Description |
|---|
.gif) .gif) | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
.gif) .gif) | Tick | Occurs when the specified timer interval has elapsed and the timer is enabled. |
Top
Reference