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

Syntax

[Android.Runtime.Register("dispatchVisibilityChanged", "(Landroid/view/View;I)V", "GetDispatchVisibilityChanged_Landroid_view_View_IHandler")]
protected virtual void DispatchVisibilityChanged (View changedView, [Android.Runtime.GeneratedEnum] ViewStates visibility)

Parameters

changedView
The view whose visibility changed. Could be 'this' or an ancestor view.
visibility
The new visibility of changedView: View.VISIBLE, View.INVISIBLE or View.GONE.

Remarks

Dispatch a view 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 8