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