C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / AnimationEnd Event


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