FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / GridPanel Class / HitTest(RoutedEventArgs) Method

In This Topic
    HitTest(RoutedEventArgs) Method
    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