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


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