ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor
The System.Windows.RoutedEventArgs instance containing the event data.
if set to true the event was performed with the right button of the mouse.



In This Topic
    C1TappedEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1TappedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalArgs As RoutedEventArgs, _
       Optional ByVal isRightTapped As Boolean _
    )
    'Usage
     
    
    Dim originalArgs As RoutedEventArgs
    Dim isRightTapped As Boolean
     
    Dim instance As New C1TappedEventArgs(originalArgs, isRightTapped)
    public C1TappedEventArgs( 
       RoutedEventArgs originalArgs,
       bool isRightTapped
    )
    public:
    C1TappedEventArgs( 
       RoutedEventArgs^ originalArgs,
       bool isRightTapped
    )

    Parameters

    originalArgs
    The System.Windows.RoutedEventArgs instance containing the event data.
    isRightTapped
    if set to true the event was performed with the right button of the mouse.
    See Also