FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / HitTest Method

In This Topic
    HitTest Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function HitTest( _
       ByVal e As RoutedEventArgs _
    ) As C1.WPF.Grid.GridHitTestInfo
    public C1.WPF.Grid.GridHitTestInfo HitTest( 
       RoutedEventArgs e
    )

    Parameters

    e
    See Also