Click or drag to resize

EventToCommandCommandParameter Property

Gets or sets an object that will be passed to the Command attached to this trigger. This is a DependencyProperty.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public Object CommandParameter { get; set; }

Property Value

Type: Object
See Also