Android.Text.Method.Touch.OnTouchEvent Method
Handles touch events for dragging.

Syntax

[Android.Runtime.Register("onTouchEvent", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/MotionEvent;)Z", "")]
public static bool OnTouchEvent (Android.Widget.TextView widget, Android.Text.ISpannable buffer, Android.Views.MotionEvent e)

Parameters

widget
Documentation for this section has not yet been entered.
buffer
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Handles touch events for dragging. You may want to do other actions like moving the cursor on touch as well.

[Android Documentation]

Requirements

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