WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1InputEventArgs Class / GetPointerType Method
The OriginalEventArgs instance containing the event data.
In This Topic
    GetPointerType Method
    In This Topic
    Gets the type of the pointer.
    Syntax
    public static C1PointerDeviceType GetPointerType( 
       RoutedEventArgs originalArgs
    )

    Parameters

    originalArgs
    The OriginalEventArgs instance containing the event data.
    See Also