ImageResolvingEventArgs Class

Definition

Arguments for the ImageResolving event which is called when a url needs to be resolved to a Windows.UI.Xaml.Media.ImageSource.

public class ImageResolvingEventArgs : EventArgs
type ImageResolvingEventArgs = class
    inherit EventArgs
Public Class ImageResolvingEventArgs
Inherits EventArgs
Inheritance
ImageResolvingEventArgs

Properties

Handled

Gets or sets a value indicating whether this event was handled successfully.

Image

Gets or sets the image to display in the MarkdownTextBlock.

Tooltip

Gets the tooltip of the image in the markdown document.

Url

Gets the url of the image in the markdown document.

Methods

GetDeferral()

Informs the MarkdownTextBlock that the event handler might run asynchronously.

Applies to