SharedInputBindingsCreate(ICommand, Object, InputGesture) Method
Create InputBindings using the command.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static InputBinding Create(
ICommand command,
Object commandParameter,
InputGesture gesture
)
Public Shared Function Create (
command As ICommand,
commandParameter As Object,
gesture As InputGesture
) As InputBinding
- command ICommand
- ICommand with the command.
- commandParameter Object
- Object with the command parameter.
- gesture InputGesture
- InputGesture with the input gesture instance.
InputBindingInputBinding with the create InputBinding.