Для изменения размера нажмите или перетащите

ICommandBase - интерфейс

Базовый интерфейс для реализации команд

Пространство имён:  Tessa.UI.AppManager
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public interface ICommandBase : ICommand

Тип ICommandBase предоставляет следующие члены.

Методы
  ИмяОписание
Открытый метод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) команды будет выдавать другой результат.
В начало страницы
События
  ИмяОписание
Открытое событиеCanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
(Унаследован от ICommand.)
В начало страницы
См. также