C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / KeyPress Event


In This Topic
KeyPress Event (C1LinearGauge)
In This Topic
Syntax
'Declaration
 
Public Event KeyPress As EventHandler(Of View.KeyEventArgs)
 
'Usage
 
Dim instance As C1LinearGauge
Dim handler As EventHandler(Of View.KeyEventArgs)
 
AddHandler instance.KeyPress, handler
See Also