Preparata nuova domanda per ricevere i profili degli Element
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user