Gets a HitTestInfo object that contains information about the
grid at a given location.
Namespace:
C1.Phone.FlexGridAssembly: 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.