DelegatedCommandBindingCommand - свойство
Пространство имён: Tessa.UI.BehaviorsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[TypeConverterAttribute(typeof(CommandConverter))]
public ICommand Command { get; set; }
<TypeConverterAttribute(GetType(CommandConverter))>
Public Property Command As ICommand
Get
Set
public:
[TypeConverterAttribute(typeof(CommandConverter))]
property ICommand^ Command {
ICommand^ get ();
void set (ICommand^ value);
}
[<TypeConverterAttribute(typeof(CommandConverter))>]
member Command : ICommand with get, set
Значение свойства
ICommand