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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public HitTestInfo HitTest(
	GestureEventArgs e
)
Visual Basic
Public Function HitTest ( _
	e As GestureEventArgs _
) As HitTestInfo

Parameters

e
Type: GestureEventArgs
GestureEventArgs 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