Click or drag to resize

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
Syntax
public Object CommandParameterValue { get; set; }

Property Value

Type: Object
See Also