Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / OnNestedFling Method


In This Topic
    OnNestedFling Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onNestedFling", 
       "(Landroid/view/View;FFZ)Z", 
       "GetOnNestedFling_Landroid_view_View_FFZHandler")>
    Public Overridable Function OnNestedFling( _
       ByVal target As Android.Views.View, _
       ByVal velocityX As Single, _
       ByVal velocityY As Single, _
       ByVal consumed As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim target As Android.Views.View
    Dim velocityX As Single
    Dim velocityY As Single
    Dim consumed As Boolean
    Dim value As Boolean
     
    value = instance.OnNestedFling(target, velocityX, velocityY, consumed)
    [Android.Runtime.Register("onNestedFling", 
       "(Landroid/view/View;FFZ)Z", 
       "GetOnNestedFling_Landroid_view_View_FFZHandler")]
    public virtual bool OnNestedFling( 
       Android.Views.View target,
       float velocityX,
       float velocityY,
       bool consumed
    )

    Parameters

    target
    velocityX
    velocityY
    consumed
    See Also