ControlIsLoaded Property
Gets a value indicating whether the control is fully constructed in the visual tree
and both layout and render are complete.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
member IsLoaded : bool with get
Property Value
Boolean
This is set to true while raising the
Loaded event.