Android.InputMethodServices.InputMethodService.OnCurrentInputMethodSubtypeChanged Method
Called when the subtype was changed.

Syntax

[Android.Runtime.Register("onCurrentInputMethodSubtypeChanged", "(Landroid/view/inputmethod/InputMethodSubtype;)V", "GetOnCurrentInputMethodSubtypeChanged_Landroid_view_inputmethod_InputMethodSubtype_Handler")]
protected virtual void OnCurrentInputMethodSubtypeChanged (Android.Views.InputMethods.InputMethodSubtype newSubtype)

Parameters

newSubtype
the subtype which is being changed to.

Remarks

Called when the subtype was changed.

[Android Documentation]

Requirements

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