Android.Views.View.OnWindowVisibilityChanged Method
Called when the window containing has change its visibility (between View.GONE, View.INVISIBLE, and View.VISIBLE).

Syntax

[Android.Runtime.Register("onWindowVisibilityChanged", "(I)V", "GetOnWindowVisibilityChanged_IHandler")]
protected virtual void OnWindowVisibilityChanged ([Android.Runtime.GeneratedEnum] ViewStates visibility)

Parameters

visibility
The new visibility of the window.

Remarks

Called when the window containing has change its visibility (between View.GONE, View.INVISIBLE, and View.VISIBLE). Note that this tells you whether or not your window is being made visible to the window manager; this does not tell you whether or not your window is obscured by other windows on the screen, even if it is itself visible.

[Android Documentation]

Requirements

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