Search Results

2
votes

Where to find the status of the WPF Image Control?

As long as your ImageSource is a BitmapImage you could use the BitmapImage.DownloadCompleted event. The only problem I have found so far is that it only works from C#, so you would lose some flexib …