ActiveReports 10
KeyUp Event (Viewer)

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