IsLoaded 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)
- C#
- VB
- F#
public bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
member IsLoaded : bool with get
Property Value
BooleanRemarks
This is set to true while raising the Loaded event.