DefaultRenderTimerTick Event

Raised when the render timer ticks to signal a new frame should be drawn.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public event Action<TimeSpan> Tick

Value

ActionTimeSpan

Implements

IRenderTimerTick

Remarks

This event can be raised on any thread; it is the responsibility of the subscriber to switch execution to the right thread.

See Also