Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearsPanel Class / AnimationStart Event


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