ComponentOne Xamarin.Android
KeyPress Event (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : KeyPress Event
Syntax
'Declaration
 
Public Event KeyPress As EventHandler(Of View.KeyEventArgs)
'Usage
 
Dim instance As C1BulletGraph
Dim handler As EventHandler(Of View.KeyEventArgs)
 
AddHandler instance.KeyPress, handler
public event EventHandler<View.KeyEventArgs> KeyPress
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members