1 write to OnInteractionUpdated
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
55
Content.
OnInteractionUpdated
= async () =>
2 references to OnInteractionUpdated
Aspire.Dashboard (2)
Model\InteractionsInputsDialogViewModel.cs (2)
27
if (
OnInteractionUpdated
is not null)
29
await
OnInteractionUpdated
().ConfigureAwait(false);