Android.Views.InputMethods.IInputMethodSession.UpdateCursor Method
This method is called when cursor location of the target input field has changed within its window.

Syntax

[Android.Runtime.Register("updateCursor", "(Landroid/graphics/Rect;)V", "GetUpdateCursor_Landroid_graphics_Rect_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UpdateCursor (Android.Graphics.Rect newCursor)

Parameters

newCursor
The rectangle of the cursor currently being shown in the input field's window coordinates.

Remarks

This method is called when cursor location of the target input field has changed within its window. This is not normally called, but will only be reported if requested by the input method.

[Android Documentation]

Requirements

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