C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / AnimationEnd Event


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