Android.Views.IViewParent.NotifySubtreeAccessibilityStateChanged Method
Notifies a view parent that the accessibility state of one of its descendants has changed and that the structure of the subtree is different.

Syntax

[Android.Runtime.Register("notifySubtreeAccessibilityStateChanged", "(Landroid/view/View;Landroid/view/View;I)V", "GetNotifySubtreeAccessibilityStateChanged_Landroid_view_View_Landroid_view_View_IHandler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void NotifySubtreeAccessibilityStateChanged (View child, View source, [Android.Runtime.GeneratedEnum] Android.Views.Accessibility.ContentChangeTypes changeType)

Parameters

child
The direct child whose subtree has changed.
source
The descendant view that changed.
changeType
A bit mask of the types of changes that occurred. One or more of:

Remarks

Notifies a view parent that the accessibility state of one of its descendants has changed and that the structure of the subtree is different.

[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