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