Table of Contents

Method OnTimerTick

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnTimerTick()

Handles the timer tick event, allowing derived classes to define custom behavior when the timer elapses.

protected virtual void OnTimerTick()

Remarks

This method is called each time the timer elapses. Override this method in a derived class to implement specific functionality that should occur on each timer tick.