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


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