ActiveReports 10
PreviewKeyUp Event

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PreviewKeyUp Event
Occurs when a key is released while focus is on this element.
Syntax
'Declaration
 
Public Event PreviewKeyUp As KeyEventHandler
public event KeyEventHandler PreviewKeyUp
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