CommandOnEventBehaviorBaseCommand - свойство |
Пространство имён:
Tessa.UI.Behaviors
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [TypeConverterAttribute(typeof(CommandConverter))]
public ICommand Command { get; set; }
<TypeConverterAttribute(GetType(CommandConverter))>
Public Property Command As ICommand
Get
Set
public:
[TypeConverterAttribute(typeof(CommandConverter))]
virtual property ICommand^ Command {
ICommand^ get () sealed;
void set (ICommand^ value) sealed;
}
[<TypeConverterAttribute(typeof(CommandConverter))>]
abstract Command : ICommand with get, set
[<TypeConverterAttribute(typeof(CommandConverter))>]
override Command : ICommand with get, set
Значение свойства
Тип:
ICommandРеализации
ICommandSourceCommandСм. также