C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / AnimationStart Event


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