Android.InputMethodServices.InputMethodService.OnWindowShown Method
Called when the input method window has been shown to the user, after previously not being visible.

Syntax

[Android.Runtime.Register("onWindowShown", "()V", "GetOnWindowShownHandler")]
public virtual void OnWindowShown ()

Remarks

Called when the input method window has been shown to the user, after previously not being visible. This is done after all of the UI setup for the window has occurred (creating its views etc).

[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