ComponentOne Gauges for WPF and Silverlight
KeyDown Event (C1RadialGaugePointer)

C1.WPF.Gauge Namespace > C1RadialGaugePointer Class : KeyDown Event
Syntax
'Declaration
 
Public Event KeyDown As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyDown
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