Table of Contents

Constructor KeyBinding

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

KeyBinding()

Initializes a new instance of the KeyBinding class.

public KeyBinding()

KeyBinding(ICommand, KeyGesture)

Initializes a new instance of the KeyBinding class.

public KeyBinding(ICommand command, KeyGesture gesture)

Parameters

command ICommand

Associated command.

gesture KeyGesture

Associated KeyGesture.

KeyBinding(ICommand, Key, ModifierKeys)

Initializes a new instance of the KeyBinding class.

public KeyBinding(ICommand command, Key key, ModifierKeys modifiers)

Parameters

command ICommand

Associated command.

key Key

Key.

modifiers ModifierKeys

Key modifiers.