public class CardToolbarItemDelegateCommand<T> : DelegateCommand<T>
Public Class CardToolbarItemDelegateCommand(Of T)
Inherits DelegateCommand(Of T)
generic<typename T>
public ref class CardToolbarItemDelegateCommand : public DelegateCommand<T>
type CardToolbarItemDelegateCommand<'T> =
class
inherit DelegateCommand<'T>
end
CardToolbarItemDelegateCommandT | Инициализирует новый экземпляр класса CardToolbarItemDelegateCommandT |
CanExecute | Определяет признак доступности команды. (Унаследован от DelegateCommandT) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Execute | Выполняет команду с заданным параметром. (Унаследован от DelegateCommandT) |
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) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |