ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / HitTest Method / HitTest(RoutedEventArgs) Method
Windows.UI.Xaml.RoutedEventArgs that specifies the point to be tested.

In This Topic
    HitTest(RoutedEventArgs) Method
    In This Topic
    Gets a HitTestInfo object that contains information about the grid at a given location.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal e As RoutedEventArgs _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       RoutedEventArgs e
    )

    Parameters

    e
    Windows.UI.Xaml.RoutedEventArgs that specifies the point to be tested.

    Return Value

    A HitTestInfo object that contains information about the grid at the location specified by the e parameter.
    See Also