Android.Views.View.DispatchTouchEvent Method
Pass the touch screen motion event down to the target view, or this view if it is the target.

Syntax

[Android.Runtime.Register("dispatchTouchEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool DispatchTouchEvent (MotionEvent e)

Parameters

e
The motion event to be dispatched.

Returns

Documentation for this section has not yet been entered.

Remarks

Pass the touch screen motion event down to the target view, or this view if it is the target.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1