public abstract class Command : ICommand
Public MustInherit Class Command
Implements ICommand
public ref class Command abstract : ICommand
[<AbstractClassAttribute>]
type Command =
class
interface ICommand
end
Command | Инициализирует новый экземпляр класса Command |
CanExecute | Определяет признак доступности команды. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Execute | Выполняет команду с заданным параметром. |
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) |
RaiseCanExecuteChanged | Уведомляет диспетчер событий о том, что метод CanExecute(Object) команды будет выдавать другой результат. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CanExecuteChanged | Событие, определяющее момент, когда необходимо проверить доступность команды. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |