EventToCommandCommandParameterValue Property |
Gets or sets an object that will be passed to the
Command attached to this trigger. This property is here for
compatibility with the Silverlight version. This is NOT a DependencyProperty. For data binding, use the
CommandParameter
property.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic Object CommandParameterValue { get; set; }
Public Property CommandParameterValue As Object
Get
Set
public:
property Object^ CommandParameterValue {
Object^ get ();
void set (Object^ value);
}
member CommandParameterValue : Object with get, set
Property Value
Type:
Object
See Also