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


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