Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / AnimationStart Event


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