DefaultRenderTimer.

Tick Event

Summary

Raised when the render timer ticks to signal a new frame should be drawn.
Namespace
Avalonia.Rendering
Containing Type
DefaultRenderTimer
Event Type
Action<TimeSpan>

Syntax

public event Action<TimeSpan> Tick

Remarks

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