Hyperlink.CommandParameter Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets command parameters associated with the command specified by the Command property.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Hyperlink> <Hyperlink.CommandParameter> object </Hyperlink.CommandParameter> </Hyperlink>
<Hyperlink CommandParameter="objectAsString"/>
Property Value
Type: System.ObjectAn object specifying parameters for the command specified by the Command property. The default is null.
Dependency property identifier field: CommandParameterProperty
Show: