Hyperlink.Command Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a command to associate with the Hyperlink.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Hyperlink Command="commandReference"/>
XAML Values
Property Value
Type: System.Windows.Input.ICommandA command to associate with the Hyperlink. The default is null.
Dependency property identifier field: CommandProperty
Show: