Class InputBinding
Inheritance
System.Object
InputBinding
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class InputBinding : DependencyObject, ICommandSource
Constructors
InputBinding()
Declaration
protected InputBinding()
InputBinding(ICommand, InputGesture)
Declaration
public InputBinding(ICommand command, InputGesture inputGesture)
Parameters
|
System.Windows.Input.ICommand
command
|
|
InputGesture
inputGesture
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
Implements
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
|
System.Object
|
Implements
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|