MarkdownTextBlock.ImageResolving Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fired when an image from the markdown document needs to be resolved.
The default implementation is basically new BitmapImage(new Uri(e.Url));
.
public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.ImageResolvingEventArgs> ImageResolving;
member this.ImageResolving : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.ImageResolvingEventArgs>
Public Event ImageResolving As EventHandler(Of ImageResolvingEventArgs)