ViewGroup.ChildHasTransientStateChanged(View, Boolean) Method

Definition

Called when a child view has changed whether or not it is tracking transient state.

[Android.Runtime.Register("childHasTransientStateChanged", "(Landroid/view/View;Z)V", "GetChildHasTransientStateChanged_Landroid_view_View_ZHandler")]
public virtual void ChildHasTransientStateChanged (Android.Views.View? child, bool childHasTransientState);
[<Android.Runtime.Register("childHasTransientStateChanged", "(Landroid/view/View;Z)V", "GetChildHasTransientStateChanged_Landroid_view_View_ZHandler")>]
abstract member ChildHasTransientStateChanged : Android.Views.View * bool -> unit
override this.ChildHasTransientStateChanged : Android.Views.View * bool -> unit

Parameters

child
View

Child view whose state has changed

childHasTransientState
Boolean

true if this child has transient state

Implements

Attributes

Remarks

Called when a child view has changed whether or not it is tracking transient state.

Java documentation for android.view.ViewGroup.childHasTransientStateChanged(android.view.View, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to