LinkClickedEventArgs Class

Definition

Arguments for the OnLinkClicked event which is fired then the user presses a link.

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

Properties

Link

Gets the link that was tapped.

Applies to