3. Properties Description
Enabled
Property used to Get or set
whether the timer is running.
Interval
Property used to set or get the
time in millisecond between the
timer clicks.
Methods
Events Description
Start Method used to start timer.
Stop Method used to stop timer.
Event
Events Description
Tick
Triggered when the time interval
has elapsed.
5. After that we alter the
properties of the control
and set the .Interval
property to 1000ms:
Then we take a look at the event
list (by pressing the yellow flash
above the properties) and we can
see that there is only one event,
Tick. Double click on it to open it
up for editing: