WpfCommandRegistry

Ecng.Xaml

Implementação específica do WPF de ICommandRegistry que se integra com RequerySuggested.

Implementa: ICommandRegistry

Construtores

WpfCommandRegistry
public WpfCommandRegistry()
wpfCommandRegistry = WpfCommandRegistry()

Cria um novo registro de comandos WPF.

Métodos

Register
public void Register(IRevalidatableCommand command)
wpfCommandRegistry.Register(command)
RevalidateAll
public void RevalidateAll()
wpfCommandRegistry.RevalidateAll()
Unregister
public void Unregister(IRevalidatableCommand command)
wpfCommandRegistry.Unregister(command)