Android.Widget.TextView.DidTouchFocusSelect Method
Returns true, only while processing a touch gesture, if the initial touch down event caused focus to move to the text view and as a result its selection changed.

Syntax

[Android.Runtime.Register("didTouchFocusSelect", "()Z", "GetDidTouchFocusSelectHandler")]
public virtual bool DidTouchFocusSelect ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true, only while processing a touch gesture, if the initial touch down event caused focus to move to the text view and as a result its selection changed. Only valid while processing the touch gesture of interest, in an editable text view.

[Android Documentation]

Requirements

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