Table of Contents

Method OnTimerTick

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

OnTimerTick(object?, EventArgs)

Invoked when the timer interval elapses to allow implementation of animated value changes.

protected virtual void OnTimerTick(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the timer that raised the event.

e EventArgs

An object that contains the event data.