Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / OnDescendantInvalidated Method


In This Topic
    OnDescendantInvalidated Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onDescendantInvalidated", 
       "(Landroid/view/View;Landroid/view/View;)V", 
       "GetOnDescendantInvalidated_Landroid_view_View_Landroid_view_View_Handler")>
    Public Overridable Sub OnDescendantInvalidated( _
       ByVal child As Android.Views.View, _
       ByVal target As Android.Views.View _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim child As Android.Views.View
    Dim target As Android.Views.View
     
    instance.OnDescendantInvalidated(child, target)
    [Android.Runtime.Register("onDescendantInvalidated", 
       "(Landroid/view/View;Landroid/view/View;)V", 
       "GetOnDescendantInvalidated_Landroid_view_View_Landroid_view_View_Handler")]
    public virtual void OnDescendantInvalidated( 
       Android.Views.View child,
       Android.Views.View target
    )

    Parameters

    child
    target
    See Also