Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / AnimationStart Event


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