DefaultRenderTimerTick Event
Raised when the render timer ticks to signal a new frame should be drawn.
Namespace: Avalonia.RenderingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public event Action<TimeSpan> Tick
Public Event Tick As Action(Of TimeSpan)
abstract Tick : IEvent<Action<TimeSpan>,
EventArgs>
override Tick : IEvent<Action<TimeSpan>,
EventArgs>
ActionTimeSpanIRenderTimerTick
This event can be raised on any thread; it is the responsibility of the subscriber to
switch execution to the right thread.