ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1InputEventArgs Class / GetPointerType Method

In This Topic
    GetPointerType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPointerType( _
       ByVal originalArgs As Windows.UI.Xaml.RoutedEventArgs _
    ) As C1PointerDeviceType
    public static C1PointerDeviceType GetPointerType( 
       Windows.UI.Xaml.RoutedEventArgs originalArgs
    )

    Parameters

    originalArgs
    See Also