Android.InputMethodServices.ExtractEditText.StartInternalChanges Method
Start making changes that will not be reported to the client.

Syntax

[Android.Runtime.Register("startInternalChanges", "()V", "GetStartInternalChangesHandler")]
public virtual void StartInternalChanges ()

Remarks

Start making changes that will not be reported to the client. That is, ExtractEditText.onSelectionChanged(int, int) will not result in sending the new selection to the client

[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