ComponentOne Xamarin.Android
DispatchUnhandledMove Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : DispatchUnhandledMove Method
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 C1RadialGauge
Dim focused As Android.Views.View
Dim direction As Android.Views.FocusSearchDirection
Dim value As Boolean
 
value = instance.DispatchUnhandledMove(focused, direction)
[Android.Runtime.Register("dispatchUnhandledMove", 
   "(Landroid/view/View;I)Z", 
   "GetDispatchUnhandledMove_Landroid_view_View_IHandler")]
public virtual bool DispatchUnhandledMove( 
   Android.Views.View focused,
   Android.Views.FocusSearchDirection direction
)

Parameters

focused
direction
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members