Validate properties of objects in a collection. WPF MVVM C #

0

Let's say I have an ObservableCollection of objects of type Product, called Products. Each Product has the Unity, Quantity, and Description properties that will be linked to textboxes. That is, information can be edited by the user.

My question is this: how do you get this information when you click on a Product from the list and when you edit this information, it will be validated right after editing?

How would you deal with this?

    
asked by anonymous 26.09.2018 / 20:48

0 answers