I have a ListView which contain list of Items, OnItemSelected method passing the item data to the ItemDetailsViewModel constructor,
At the same time, I would like to use that data and also pass it to a ItemService class I have and use the data.
What would be the right/best way of doing it?
↧
How to pass data from ListView to a Service
↧