Preparata nuova domanda per ricevere i profili degli Element

This commit is contained in:
Annamaria Sassi
2026-01-26 10:55:47 +01:00
parent d650a30091
commit 73f790378a
7 changed files with 188 additions and 238 deletions
@@ -32,6 +32,12 @@ namespace WebWindowComplex.Compo
[Parameter]
public EventCallback<DataUpdateFrame> EC_UpdateFrame { get; set; }
/// <summary>
/// Evento per richiesta Element
/// </summary>
[Parameter]
public EventCallback<Frame> EC_ReqElement { get; set; }
/// <summary>
/// Frame corrente
/// </summary>
@@ -82,6 +88,7 @@ namespace WebWindowComplex.Compo
currFrame = CurrFrameWindow,
svgNoHw = true
};
_ = EC_ReqElement.InvokeAsync(CurrFrameWindow);
_ = EC_UpdateFrame.InvokeAsync(args);
}
}