C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / AnimationRepeat Event


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