public class DelegateCommand<T> : Command
Public Class DelegateCommand(Of T)
Inherits Command
generic<typename T>
public ref class DelegateCommand : public Command
type DelegateCommand<'T> =
class
inherit Command
end
DelegateCommandT | Создаёт экземпляр класса с указанием делегатов, определяющих поведение команды. |
CanExecute | Определяет признак доступности команды. (Переопределяет CommandCanExecute(Object)) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Execute | Выполняет команду с заданным параметром. (Переопределяет CommandExecute(Object)) |
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)
команды будет выдавать другой результат.
(Унаследован от Command) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CanExecuteChanged |
Событие, определяющее момент, когда необходимо проверить доступность команды.
(Унаследован от Command) |
Empty | Экземпляр команды DelegateCommand, не выполняющей действий и всегда являющейся доступной. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |