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


In This Topic
GenericMotion Event (CalendarDaysPanel)
In This Topic
Syntax
'Declaration
 
Public Event GenericMotion As EventHandler(Of View.GenericMotionEventArgs)
 
'Usage
 
Dim instance As CalendarDaysPanel
Dim handler As EventHandler(Of View.GenericMotionEventArgs)
 
AddHandler instance.GenericMotion, handler
See Also