ComponentOne Xamarin.Android
DispatchNestedPreScroll Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : DispatchNestedPreScroll Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchNestedPreScroll", 
   "(II[I[I)Z", 
   "GetDispatchNestedPreScroll_IIarrayIarrayIHandler", 
   ApiSince=21)>
Public Overridable Function DispatchNestedPreScroll( _
   ByVal dx As Integer, _
   ByVal dy As Integer, _
   ByVal consumed() As Integer, _
   ByVal offsetInWindow() As Integer _
) As Boolean
'Usage
 
Dim instance As C1LinearGauge
Dim dx As Integer
Dim dy As Integer
Dim consumed() As Integer
Dim offsetInWindow() As Integer
Dim value As Boolean
 
value = instance.DispatchNestedPreScroll(dx, dy, consumed, offsetInWindow)
[Android.Runtime.Register("dispatchNestedPreScroll", 
   "(II[I[I)Z", 
   "GetDispatchNestedPreScroll_IIarrayIarrayIHandler", 
   ApiSince=21)]
public virtual bool DispatchNestedPreScroll( 
   int dx,
   int dy,
   int[] consumed,
   int[] offsetInWindow
)

Parameters

dx
dy
consumed
offsetInWindow
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members