C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / OnStopNestedScroll Method


In This Topic
OnStopNestedScroll Method (FlexChart)
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 FlexChart
Dim child As Android.Views.View
 
instance.OnStopNestedScroll(child)

Parameters

child
See Also