Timer

This event occurs when a preset interval for a Timer control elapses.

Syntax

Private Sub timer_Timer( )

Parameters

timer
Object expression that evaluates to a Timer control.

Remarks

The interval's frequency is stored in the Interval property of the Timer control, which specifies the length of time in milliseconds.