Edit

Share via


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<CommunityToolkit.WinUI.UI.Controls.ImageResolvingEventArgs> ImageResolving;
member this.ImageResolving : EventHandler<CommunityToolkit.WinUI.UI.Controls.ImageResolvingEventArgs> 
Public Event ImageResolving As EventHandler(Of ImageResolvingEventArgs) 

Event Type

Applies to