Syntax
'Declaration
<Android.Runtime.RegisterAttribute("dispatchUnhandledMove",
"(Landroid/view/View;I)Z",
"GetDispatchUnhandledMove_Landroid_view_View_IHandler")>
Public Overridable Function DispatchUnhandledMove( _
ByVal As Android.Views.View, _
ByVal As Android.Views.FocusSearchDirection _
) As Boolean
'Usage
Dim instance As C1Border
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 ,
Android.Views.FocusSearchDirection
)
Parameters
- focused
- direction
See Also