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

Parameters

command  ICommand
ICommand with the command.
gesture  InputGesture
InputGesture with the input gesture instance.

Return Value

InputBinding
InputBinding with the create InputBinding.

See Also