Click or drag to resize

EventToCommandCommand Property

Gets or sets the ICommand that this trigger is bound to. 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 ICommand Command { get; set; }

Property Value

Type: ICommand
See Also