1 write to OnInteractionUpdated
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
76
Content.
OnInteractionUpdated
= async () =>
3 references to OnInteractionUpdated
Aspire.Dashboard (2)
Model\Interaction\InteractionsInputsDialogViewModel.cs (2)
28
if (
OnInteractionUpdated
is not null)
30
await
OnInteractionUpdated
().ConfigureAwait(false);
Aspire.Dashboard.Components.Tests (1)
Dialogs\InteractionsInputDialogTests.cs (1)
91
await cut.InvokeAsync(() => viewModel.
OnInteractionUpdated
!());