I have a collection with a few images, but now I need to find the right ResourceId by the correct Image. How can I do that, because I couldn't find it on internet?
Here is the code where it should be placed:
var image = (Image)e.NewItems[e.NewItems.Count - 1];
string resourceID = ....
Any suggestions?