ViewGroup.OnDescendantInvalidated(View, View) Method

Definition

[Android.Runtime.Register("onDescendantInvalidated", "(Landroid/view/View;Landroid/view/View;)V", "GetOnDescendantInvalidated_Landroid_view_View_Landroid_view_View_Handler", ApiSince=26)]
public virtual void OnDescendantInvalidated (Android.Views.View child, Android.Views.View target);
[<Android.Runtime.Register("onDescendantInvalidated", "(Landroid/view/View;Landroid/view/View;)V", "GetOnDescendantInvalidated_Landroid_view_View_Landroid_view_View_Handler", ApiSince=26)>]
abstract member OnDescendantInvalidated : Android.Views.View * Android.Views.View -> unit
override this.OnDescendantInvalidated : Android.Views.View * Android.Views.View -> unit

Parameters

child
View
target
View

Implements

Attributes

Remarks

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