ComponentOne Basic Library for WPF and Silverlight
C1TappedEventArgs Constructor


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.
Initializes a new instance of the C1TappedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalArgs As System.Windows.RoutedEventArgs, _
   Optional ByVal isRightTapped As System.Boolean _
)
'Usage
 
Dim originalArgs As System.Windows.RoutedEventArgs
Dim isRightTapped As System.Boolean
 
Dim instance As New C1TappedEventArgs(originalArgs, isRightTapped)
public C1TappedEventArgs( 
   System.Windows.RoutedEventArgs originalArgs,
   System.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

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members