DispatchTouchEvent Method (GridColumnHeaderCell)
In This Topic
Pass the touch screen motion event down to the target view, or this
view if it is the target.
Syntax
'Declaration
Public Overrides Function DispatchTouchEvent( _
ByVal As Android.Views.MotionEvent _
) As Boolean
'Usage
Dim instance As GridColumnHeaderCell
Dim e As Android.Views.MotionEvent
Dim value As Boolean
value = instance.DispatchTouchEvent(e)
public override bool DispatchTouchEvent(
Android.Views.MotionEvent
)
Parameters
- e
See Also