Edit

Share via


TaskDialogLinkClickedEventArgs Class

Definition

Provides data for the LinkClicked event.

public ref class TaskDialogLinkClickedEventArgs : EventArgs
public class TaskDialogLinkClickedEventArgs : EventArgs
type TaskDialogLinkClickedEventArgs = class
    inherit EventArgs
Public Class TaskDialogLinkClickedEventArgs
Inherits EventArgs
Inheritance
TaskDialogLinkClickedEventArgs

Constructors

TaskDialogLinkClickedEventArgs(String)

Initializes a new instance of the TaskDialogLinkClickedEventArgs class.

Properties

LinkHref

Gets the value of the href attribute of the link that the user clicked.

Applies to