MarkdownTextBlock.LinkClicked 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 a link element in the markdown was tapped.
public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.LinkClickedEventArgs> LinkClicked;
member this.LinkClicked : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.LinkClickedEventArgs>
Public Event LinkClicked As EventHandler(Of LinkClickedEventArgs)