Android.Views.IViewParent.ChildDrawableStateChanged Method
This method is called on the parent when a child's drawable state has changed.

Syntax

[Android.Runtime.Register("childDrawableStateChanged", "(Landroid/view/View;)V", "GetChildDrawableStateChanged_Landroid_view_View_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ChildDrawableStateChanged (View child)

Parameters

child
The child whose drawable state has changed.

Remarks

This method is called on the parent when a child's drawable state has changed.

[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