MarkdownTextBlock.ImageResolving Event

Definition

Fired when an image from the markdown document needs to be resolved. The default implementation is basically new BitmapImage(new Uri(e.Url));.

You must set Handled to true in order to process your changes.
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) 

Event Type

Applies to