C1.WPF Namespace > C1TappedEventArgs Class : C1TappedEventArgs Constructor |
true
the event was performed with the right button of the mouse.
'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 )
true
the event was performed with the right button of the mouse.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2