Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnRelease Method
Called when the user releases a key.

Syntax

[Android.Runtime.Register("onRelease", "(I)V", "GetOnRelease_IHandler:Android.InputMethodServices.KeyboardView/IOnKeyboardActionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnRelease ([Android.Runtime.GeneratedEnum] Android.Views.Keycode primaryCode)

Parameters

primaryCode
the code of the key that was released

Remarks

Called when the user releases a key. This is sent after the Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnKey(Android.Views.Keycode, Android.Views.Keycode[]) is called. For keys that repeat, this is only called once.

[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