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