Edit

Share via


HyperlinkExtensions.SetCommand(Hyperlink, ICommand) Method

Definition

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

public static void SetCommand (Windows.UI.Xaml.Documents.Hyperlink obj, System.Windows.Input.ICommand value);
static member SetCommand : Windows.UI.Xaml.Documents.Hyperlink * System.Windows.Input.ICommand -> unit
Public Shared Sub SetCommand (obj As Hyperlink, value As ICommand)

Parameters

obj
Windows.UI.Xaml.Documents.Hyperlink

The Windows.UI.Xaml.Documents.Hyperlink to associated the ICommand instance to

value
ICommand

The ICommand instance to bind to the Windows.UI.Xaml.Documents.Hyperlink

Applies to