ImageBrush.ImageOpened Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the image source is downloaded and decoded with no failure. You can use this event to determine the size of an image before rendering it.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
If the image-decode fails for any reason, this event does not fire. Once this event fires, the PixelHeight and PixelWidth properties are guaranteed to be valid.
Show: