Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1InputEventArgs Class / GetPointerType Method

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

    Parameters

    originalArgs
    See Also