ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / HitTestInfo Class / MouseEventArgs Property

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