C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / KeyPress Event


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