Click or drag to resize
BitmapImageImageOpened Event
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.

Namespace: Windows.UI.Xaml.Media.Imaging
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public event RoutedEventHandler ImageOpened

Value

Type: Windows.UI.XamlRoutedEventHandler
See Also