ViewGroup.ChildHasTransientStateChanged(View, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.