ImageResolvingEventArgs Class
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.
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. |