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


In This Topic
    OnNestedScroll Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onNestedScroll", 
       "(Landroid/view/View;IIII)V", 
       "GetOnNestedScroll_Landroid_view_View_IIIIHandler")>
    Public Overridable Sub OnNestedScroll( _
       ByVal target As Android.Views.View, _
       ByVal dxConsumed As Integer, _
       ByVal dyConsumed As Integer, _
       ByVal dxUnconsumed As Integer, _
       ByVal dyUnconsumed As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim target As Android.Views.View
    Dim dxConsumed As Integer
    Dim dyConsumed As Integer
    Dim dxUnconsumed As Integer
    Dim dyUnconsumed As Integer
     
    instance.OnNestedScroll(target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed)
    [Android.Runtime.Register("onNestedScroll", 
       "(Landroid/view/View;IIII)V", 
       "GetOnNestedScroll_Landroid_view_View_IIIIHandler")]
    public virtual void OnNestedScroll( 
       Android.Views.View target,
       int dxConsumed,
       int dyConsumed,
       int dxUnconsumed,
       int dyUnconsumed
    )

    Parameters

    target
    dxConsumed
    dyConsumed
    dxUnconsumed
    dyUnconsumed
    See Also