ComponentOne Xamarin.Android
GenericMotion Event (GridCellView)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellView Class : GenericMotion Event
Syntax
'Declaration
 
Public Event GenericMotion As EventHandler(Of View.GenericMotionEventArgs)
'Usage
 
Dim instance As GridCellView
Dim handler As EventHandler(Of View.GenericMotionEventArgs)
 
AddHandler instance.GenericMotion, handler
public event EventHandler<View.GenericMotionEventArgs> GenericMotion
See Also

Reference

GridCellView Class
GridCellView Members