We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59262e1 commit d483a17Copy full SHA for d483a17
src/Controls/src/Core/VisualElement/VisualElement.cs
@@ -2155,7 +2155,7 @@ public event EventHandler? Loaded
2155
// invoking _loaded
2156
// This is only to make sure that new subscribers get invoked when the element is already loaded
2157
// and a previous subscriber has already invoked the UpdatePlatformUnloadedLoadedWiring path
2158
- if (loadedAlreadyFired)
+ if (loadedAlreadyFired && _isLoadedFired)
2159
{
2160
value?.Invoke(this, EventArgs.Empty);
2161
}
0 commit comments