I am using Image view to show product image in Xamarin Forms. The image is loaded using a uri. In case there is no product image, I want to show a default image. Is there a way to check if the image was not loaded. Any event that will tell me that image loading failed and I can set the default image.
↧