Android.InputMethodServices.InputMethodService.OnExtractedSelectionChanged Method
This is called when the user has moved the cursor in the extracted text view, when running in fullsreen mode.

Syntax

[Android.Runtime.Register("onExtractedSelectionChanged", "(II)V", "GetOnExtractedSelectionChanged_IIHandler")]
public virtual void OnExtractedSelectionChanged (int start, int end)

Parameters

start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Remarks

This is called when the user has moved the cursor in the extracted text view, when running in fullsreen mode. The default implementation performs the corresponding selection change on the underlying text editor.

[Android Documentation]

Requirements

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