Android.InputMethodServices.InputMethodService.OnFinishCandidatesView Method
Called when the candidates view is being hidden from the user.

Syntax

[Android.Runtime.Register("onFinishCandidatesView", "(Z)V", "GetOnFinishCandidatesView_ZHandler")]
public virtual void OnFinishCandidatesView (bool finishingInput)

Parameters

finishingInput
If true, InputMethodService.OnFinishInput will be called immediately after.

Remarks

Called when the candidates view is being hidden from the user. This will be called either prior to hiding the window, or prior to switching to another target for editing.

The default implementation uses the InputConnection to clear any active composing text; you can override this (not calling the base class implementation) to perform whatever behavior you would like.

[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