DelegatedCommandDispatcherIsRegisteredTCommand - метод
Осуществляет проверку наличия обработчика для команды
Пространство имён: Tessa.UI.Views.MessagingServicesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public bool IsRegistered<TCommand>()
where TCommand : IRoutedCommand
Public Function IsRegistered(Of TCommand As IRoutedCommand) As Boolean
public:
generic<typename TCommand>
where TCommand : IRoutedCommand
virtual bool IsRegistered() sealed
abstract IsRegistered : unit -> bool when 'TCommand : IRoutedCommand
override IsRegistered : unit -> bool when 'TCommand : IRoutedCommand
- TCommand
- Тип команды
BooleanРезультат проверки
ICommandDispatcherIsRegisteredTCommand