ActiveReports 10
KeyDown Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : KeyDown Event
Occurs when a key is pressed while focus is on this element.
Syntax
'Declaration
 
Public Event KeyDown As KeyEventHandler
public event KeyEventHandler KeyDown
Event Data

The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
 
See Also