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


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