ComponentOne Gauges for WPF and Silverlight
KeyUp Event (C1VolumeGauge)

C1.WPF.Gauge Namespace > C1VolumeGauge Class : KeyUp Event
Syntax
'Declaration
 
Public Event KeyUp As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyUp
Event Data

The event handler receives an argument of type System.Windows.Input.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