ControlIsLoaded Property

Gets a value indicating whether the control is fully constructed in the visual tree and both layout and render are complete.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsLoaded { get; }

Property Value

Boolean

Remarks

This is set to true while raising the Loaded event.

See Also