diff --git a/src/Avalonia.SceneGraph/Rendering/IRenderLoop.cs b/src/Avalonia.SceneGraph/Rendering/IRenderLoop.cs index 049ad1665c..36d915ddbd 100644 --- a/src/Avalonia.SceneGraph/Rendering/IRenderLoop.cs +++ b/src/Avalonia.SceneGraph/Rendering/IRenderLoop.cs @@ -10,6 +10,10 @@ namespace Avalonia.Rendering /// /// Raised when the render loop ticks to signal a new frame should be drawn. /// + /// + /// This event can be raised on any thread; it is the responsibility of the subscriber to + /// switch execution to the right thread. + /// event EventHandler Tick; } } \ No newline at end of file