ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GridPanel Class / HitTest Method

In This Topic
    HitTest Method (GridPanel)
    In This Topic
    Gets a HitTestInfo object that contains information about this GridPanel at a given location.
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal e As RoutedEventArgs _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       RoutedEventArgs e
    )

    Parameters

    e
    See Also