Blazor 2-way binding inconsistency
It appears that when I pass a class as a two-way parameter, that if I replace/update the entire instance of the class that the two-way binding is not activated. The return event to update the source of the parameter is only executed when a property of the class is updated.