IShowCatalogManagerCommand - интерфейс |
Пространство имён: Tessa.UI.AppManager.CatalogService
public interface IShowCatalogManagerCommand : ICommandBase, ICommand
Тип IShowCatalogManagerCommand предоставляет следующие члены.
Имя | Описание | |
---|---|---|
CanExecute | Defines the method that determines whether the command can execute in its current state. (Унаследован от ICommand.) | |
Execute | Defines the method to be called when the command is invoked. (Унаследован от ICommand.) | |
RaiseCanExecuteChanged |
Уведомляет диспетчер событий о том, что метод CanExecute(Object)
команды будет выдавать другой результат.
(Унаследован от ICommandBase.) |
Имя | Описание | |
---|---|---|
CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Унаследован от ICommand.) |