Skip to main content

RequestCompositionUpdate Method

Enqueues a callback to be called before the next scheduled commit. If there is no scheduled commit it automatically schedules one This is useful for updating your composition tree objects after binding and layout passes have completed

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void RequestCompositionUpdate(
Action action
)

Parameters

  Action
 

See Also

Reference

Compositor Class
Avalonia.Rendering.Composition Namespace