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