Class KeyDown
Enables binding an ICommand to the FrameworkElement.KeyDown event
Inheritance
System.Object
KeyDown
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class KeyDown
Constructors
KeyDown()
Declaration
public KeyDown()
Fields
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetCommand(DependencyObject)
Declaration
public static ICommand GetCommand(DependencyObject d)
Parameters
System.Windows.DependencyObject
d
|
Returns
System.Windows.Input.ICommand
|
SetCommand(DependencyObject, ICommand)
Declaration
public static void SetCommand(DependencyObject d, ICommand value)
Parameters
System.Windows.DependencyObject
d
|
System.Windows.Input.ICommand
value
|