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


In This Topic
DispatchUnhandledMove Method (FlexChart)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchUnhandledMove", 
   "(Landroid/view/View;I)Z", 
   "GetDispatchUnhandledMove_Landroid_view_View_IHandler")>
Public Overridable Function DispatchUnhandledMove( _
   ByVal focused As Android.Views.View, _
   ByVal direction As Android.Views.FocusSearchDirection _
) As Boolean
 
'Usage
 
Dim instance As FlexChart
Dim focused As Android.Views.View
Dim direction As Android.Views.FocusSearchDirection
Dim value As Boolean
 
value = instance.DispatchUnhandledMove(focused, direction)

Parameters

focused
direction
See Also