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


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

    Parameters

    child
    See Also