WpfCommandRegistry

Ecng.Xaml

WPF-spezifische Implementierung von ICommandRegistry, die mit RequerySuggested integriert.

Implementiert: ICommandRegistry

Konstruktoren

WpfCommandRegistry
public WpfCommandRegistry()
wpfCommandRegistry = WpfCommandRegistry()

Erstellt eine neue WPF-Kommandoregistrierung.

Methoden

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