Для изменения размера нажмите или перетащите
Command - класс
Простая команда.
Иерархия наследования
SystemObject
  PZone.WpfCommand

Пространство имён:  PZone.Wpf
Сборка:  PZone.Wpf (в PZone.Wpf.dll) Версия: 1.0.0.0 (1.0.0.0)
Синтаксис
C#
public class Command : ICommand

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

Конструкторы
  ИмяОписание
Открытый методCommand
Инициализирует новый экземпляр класса Command
В начало страницы
Методы
  ИмяОписание
Открытый методCanExecute
Defines the method that determines whether the command can execute in its current state.
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Открытый методExecute
Defines the method to be called when the command is invoked.
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
События
  ИмяОписание
Открытое событиеCanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
В начало страницы
См. также