MenuActionCommandClosure - свойство |
Замыкание для команды [Tessa.UI.Menu.IMenuAction.CommandClosure].
Через свойства этого объекта можно заменить методы Execute и CanExecute для команды.
Пространство имён:
Tessa.UI.Menu
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public DelegateCommandClosure CommandClosure { get; }
Public ReadOnly Property CommandClosure As DelegateCommandClosure
Get
public:
virtual property DelegateCommandClosure^ CommandClosure {
DelegateCommandClosure^ get () sealed;
}
abstract CommandClosure : DelegateCommandClosure with get
override CommandClosure : DelegateCommandClosure with get
Значение свойства
Тип:
DelegateCommandClosureРеализации
IMenuActionCommandClosureЗаметки
Значение свойства никогда не равно null.
См. также