C# Class KeyCommandsLab.InputBindings

Afficher le fichier Open project: danielwertheim/InputBindingCommand-Lab Class Usage Examples

Méthodes publiques

Méthode Description
DeregisterCommands ( ) : void
InputBindings ( Window bindingsOwner ) : System.Collections.Generic
RegisterCommands ( IEnumerable inputBindingCommands ) : void

Method Details

DeregisterCommands() public méthode

public DeregisterCommands ( ) : void
Résultat void

InputBindings() public méthode

public InputBindings ( Window bindingsOwner ) : System.Collections.Generic
bindingsOwner System.Windows.Window
Résultat System.Collections.Generic

RegisterCommands() public méthode

public RegisterCommands ( IEnumerable inputBindingCommands ) : void
inputBindingCommands IEnumerable
Résultat void