Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / DispatchUnhandledMove Method


In This Topic
    DispatchUnhandledMove Method (FlexGrid)
    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 FlexGrid
    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