StdFormTimerTick event

Occurs whenever the Timer interval is reached.

Forms that implement a timer must use an event handler of this type to trigger whatever action needs to be performed.

You can use any existing response type with this event.

When the timer is started, this event is raised even if the form is not currently active; that is, if you configure the response to refresh some collection on a form, the form is refreshed at the timer interval even if the form is not currently activated.