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


In This Topic
AnimationRepeat Event (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Event AnimationRepeat As EventHandler(Of Animation.AnimationRepeatEventArgs)
 
'Usage
 
Dim instance As AnnotationLayer
Dim handler As EventHandler(Of Animation.AnimationRepeatEventArgs)
 
AddHandler instance.AnimationRepeat, handler
See Also