ICreateCatalogCommand - интерфейс

Описание интерфейса команды создания каталога приложений

Definition

Пространство имён: Tessa.UI.AppManager.CatalogService
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface ICreateCatalogCommand : ICommandBase, 
	ICommand
Implements
ICommand, ICommandBase

Методы

CanExecuteDefines the method that determines whether the command can execute in its current state.
(Унаследован от ICommand)
ExecuteDefines the method to be called when the command is invoked.
(Унаследован от ICommand)
RaiseCanExecuteChanged Уведомляет диспетчер событий о том, что метод CanExecute(Object) команды будет выдавать другой результат.
(Унаследован от ICommandBase)

События

CanExecuteChangedOccurs when changes occur that affect whether or not the command should execute.
(Унаследован от ICommand)

См. также