'Declaration Public Function HitTest( _ ByVal e As RoutedEventArgs _ ) As GridHitTestInfo
public GridHitTestInfo HitTest( RoutedEventArgs e )
Parameters
- e
- System.Windows.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.