Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / AnimationStart Event


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