'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.