HyperlinkExtensions Class

Definition

Provides attached dependency properties for the Windows.UI.Xaml.Documents.Hyperlink content element that allows it to invoke a ICommand when clicked

public static class HyperlinkExtensions
type HyperlinkExtensions = class
Public Class HyperlinkExtensions
Inheritance
HyperlinkExtensions

Fields

CommandParameterProperty

Attached Windows.UI.Xaml.DependencyProperty for binding a command parameter to a Windows.UI.Xaml.Documents.Hyperlink

CommandProperty

Attached Windows.UI.Xaml.DependencyProperty for binding an ICommand instance to a Windows.UI.Xaml.Documents.Hyperlink

Methods

GetCommand(Hyperlink)

Gets the ICommand instance associated with the specified Windows.UI.Xaml.Documents.Hyperlink

GetCommandParameter(Hyperlink)

Gets the CommandProperty instance associated with the specified Windows.UI.Xaml.Documents.Hyperlink

SetCommand(Hyperlink, ICommand)

Sets the ICommand instance associated with the specified Windows.UI.Xaml.Documents.Hyperlink

SetCommandParameter(Hyperlink, Object)

Sets the CommandProperty associated with the specified Windows.UI.Xaml.Documents.Hyperlink

Applies to