C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / AnimationRepeat Event


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