FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / HitTestInfo Class / MouseEventArgs Property

In This Topic
    MouseEventArgs Property
    In This Topic
    Gets the System.Windows.RoutedEventArgs object used to create this HitTestInfo object.
    Syntax
    'Declaration
     
    Public ReadOnly Property MouseEventArgs As RoutedEventArgs
    public RoutedEventArgs MouseEventArgs {get;}
    See Also