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