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
Syntaxpublic ICommand Command { get; set; }
Public Property Command As ICommand
Get
Set
public:
property ICommand^ Command {
ICommand^ get ();
void set (ICommand^ value);
}
member Command : ICommand with get, set
Property Value
Type:
ICommand
See Also