FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / HitTest(RoutedEventArgs) Method
System.Windows.RoutedEventArgs that specifies the point to be tested.

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

    Parameters

    e
    System.Windows.RoutedEventArgs that specifies the point to be tested.

    Return Value

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