loading a image from web by using UriImageSource for image's Source property.
I can get the event that Image isLoading property changed to false, but I can't find any way to know if the image loaded success???(such as network problem leads image can't download)
I need replace the web image with another local image, how can I solve it correctly??