Hyperlink::CommandParameter Property
.NET Framework (current version)
Gets or sets command parameters associated with the command specified by the Command property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] property Object^ CommandParameter { virtual Object^ get() sealed; virtual void set(Object^ value) sealed; }
Property Value
Type: System::Object^An object specifying parameters for the command specified by the Command property. The default is null.
Implements
ICommandSource::CommandParameter
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: