WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / HitTest Method
Microsoft.UI.Xaml.RoutedEventArgs that specifies the point to be tested.
In This Topic
    HitTest Method (FlexGrid)
    In This Topic
    Gets a GridHitTestInfo object that contains information about the grid at a given location.
    Syntax
    public GridHitTestInfo HitTest( 
       RoutedEventArgs e
    )

    Parameters

    e
    Microsoft.UI.Xaml.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