Android.InputMethodServices.InputMethodService.OnUpdateCursor Method
Called when the application has reported a new location of its text cursor.

Syntax

[Android.Runtime.Register("onUpdateCursor", "(Landroid/graphics/Rect;)V", "GetOnUpdateCursor_Landroid_graphics_Rect_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnUpdateCursor (Android.Graphics.Rect newCursor)

Parameters

newCursor
Documentation for this section has not yet been entered.

Remarks

Called when the application has reported a new location of its text cursor. This is only called if explicitly requested by the input method. The default implementation does nothing.

[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