4.414 InputBinding

x:Object > DependencyObject > Freezable > InputBinding
InputBinding
KeyBinding MouseBinding
(usage)
None.
(description)
Represents a binding between an InputGesture and a command. The command is potentially a RoutedCommand.
(used by)
InputBindingCollection
[is default constructible]
false
(properties)
Command
ICommand
(description)
The ICommand associated with this input binding.
CommandParameter
x:Object
(description)
The command-specific data for a particular command.
CommandTarget
IInputElement
(description)
The target element of the command.
Gesture
InputGesture
(description)
The InputGesture associated with this input binding.