Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / DetailProviderRowHeaderCell Class / AnimationRepeat Event


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