ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1InputEventArgs Class / GetPointerType Method



In This Topic
    GetPointerType Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetPointerType( _
       ByVal originalArgs As RoutedEventArgs _
    ) As C1PointerDeviceType
    'Usage
     
    
    Dim originalArgs As RoutedEventArgs
    Dim value As C1PointerDeviceType
     
    value = C1InputEventArgs.GetPointerType(originalArgs)
    public static C1PointerDeviceType GetPointerType( 
       RoutedEventArgs originalArgs
    )
    public:
    static C1PointerDeviceType GetPointerType( 
       RoutedEventArgs^ originalArgs
    ) 

    Parameters

    originalArgs
    See Also