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