Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / AnimationRepeat Event


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