Android.Views.View.OnTouchEvent Method
Implement this method to handle touch screen motion events.

Syntax

[Android.Runtime.Register("onTouchEvent", "(Landroid/view/MotionEvent;)Z", "GetOnTouchEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool OnTouchEvent (MotionEvent e)

Parameters

e
The motion event.

Returns

Documentation for this section has not yet been entered.

Remarks

Implement this method to handle touch screen motion events.

If this method is used to detect click actions, it is recommended that the actions be performed by implementing and calling View.PerformClick. This will ensure consistent system behavior, including:

[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