Class InputBinding
InputBinding - InputGesture and ICommand combination. Used to specify the binding between Gesture and Command at Element level.
public class InputBinding : FrameworkElement, IBaseObject, IDisposableObject, IDisposable, ICommandSource
- Inheritance
-
InputBinding
- Implements
- Derived
Constructors
- InputBinding()
Initializes a new instance of the InputBinding class.
- InputBinding(ICommand, InputGesture)
Initializes a new instance of the InputBinding class.
Properties
- Command
Command Object associated
- CommandParameter
A parameter for the command.
- CommandTarget
Where the command should be raised.
- Gesture
InputGesture associated with the Command.
- ManagedCommandId
Gets command identifier.