[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.HitTest

HitTest Method

HitTest(RoutedEventArgs)

Gets a GridHitTestInfo object that contains information about the grid at a given location.

Declaration
public GridHitTestInfo HitTest(RoutedEventArgs e)
Parameters
Type Name Description
RoutedEventArgs e

Microsoft.UI.Xaml.RoutedEventArgs that specifies the point to be tested.

Returns
Type Description
GridHitTestInfo

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