SharedInputBindingsCreate(ICommand, Object, InputGesture) 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,
	InputGesture gesture
)

Parameters

command  ICommand
ICommand with the command.
commandParameter  Object
Object with the command parameter.
gesture  InputGesture
InputGesture with the input gesture instance.

Return Value

InputBinding
InputBinding with the create InputBinding.

See Also