SharedInputBindingsCreate(ICommand, Object, String) Method

Create InputBindings using the command.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static InputBinding Create(
	ICommand command,
	Object commandParameter,
	string inputKey
)

Parameters

command  ICommand
ICommand with the command.
commandParameter  Object
Object with the command parameter.
inputKey  String
Input key.

Return Value

InputBinding
InputBinding with the create InputBinding.

See Also