Table of Contents

Constructor InputBinding

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InputBinding(ICommand, InputGesture)

Initializes a new instance of the InputBinding class.

public InputBinding(ICommand command, InputGesture gesture)

Parameters

command ICommand

Command.

gesture InputGesture

Input Gesture.

InputBinding()

Initializes a new instance of the InputBinding class.

protected InputBinding()