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.
|
Input
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
Implements
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
Implements
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
Microsoft.
|