C# Class KeyCommandsLab.InputBindings

Datei anzeigen Open project: danielwertheim/InputBindingCommand-Lab Class Usage Examples

Public Methods

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

Method Details

DeregisterCommands() public method

public DeregisterCommands ( ) : void
return void

InputBindings() public method

public InputBindings ( Window bindingsOwner ) : System.Collections.Generic
bindingsOwner System.Windows.Window
return System.Collections.Generic

RegisterCommands() public method

public RegisterCommands ( IEnumerable inputBindingCommands ) : void
inputBindingCommands IEnumerable
return void