Android.Views.View.DispatchWindowVisibilityChanged Method
Dispatch a window visibility change down the view hierarchy.

Syntax

[Android.Runtime.Register("dispatchWindowVisibilityChanged", "(I)V", "GetDispatchWindowVisibilityChanged_IHandler")]
public virtual void DispatchWindowVisibilityChanged ([Android.Runtime.GeneratedEnum] ViewStates visibility)

See Also

View.OnWindowVisibilityChanged(ViewStates)

Parameters

visibility
The new visibility of the window.

Remarks

Dispatch a window visibility change down the view hierarchy. ViewGroups should override to route to their children.

[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