ClassKeyDown
Class
Enables binding an ICommand to the FrameworkElement.KeyDown event
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public class KeyDown
Inheritance: objectKeyDown
Constructors
KeyDown()
Declaration
cs-api-definition
public KeyDown()
Fields
CommandProperty
Declaration
cs-api-definition
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
Methods
GetCommand(DependencyObject)
Declaration
cs-api-definition
public static ICommand GetCommand(DependencyObject d)
Parameters
d
DependencyObject
Returns
ICommand
SetCommand(DependencyObject, ICommand)
Declaration
cs-api-definition
public static void SetCommand(DependencyObject d, ICommand value)
Parameters
d
DependencyObject
value
ICommand