ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1InputEventArgs Class / C1InputEventArgs Constructor / C1InputEventArgs Constructor(RoutedEventArgs,C1PointerDeviceType)



In This Topic
    C1InputEventArgs Constructor(RoutedEventArgs,C1PointerDeviceType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalArgs As RoutedEventArgs, _
       ByVal pointerType As C1PointerDeviceType _
    )
    'Usage
     
    
    Dim originalArgs As RoutedEventArgs
    Dim pointerType As C1PointerDeviceType
     
    Dim instance As New C1InputEventArgs(originalArgs, pointerType)

    Parameters

    originalArgs
    pointerType
    See Also