ComponentOne FlexGrid for UWP
HitTest(RoutedEventArgs) Method

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.
Gets a HitTestInfo object that contains information about the grid at a given location.
Syntax
'Declaration
 
Public Overloads Function HitTest( _
   ByVal e As Windows.UI.Xaml.RoutedEventArgs _
) As HitTestInfo
public HitTestInfo HitTest( 
   Windows.UI.Xaml.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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List