C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / GenericMotion Event


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