[]
Contains information of the tap events.
public class C1TappedEventArgs : C1InputEventArgs
| Name | Description |
|---|---|
| C1TappedEventArgs(FrameworkElement, RoutedEventArgs, C1PointerDeviceType, bool, bool) | Initializes a new instance of the C1TappedEventArgs class. |
| C1TappedEventArgs(FrameworkElement, RoutedEventArgs, bool, bool) | Initializes a new instance of the C1TappedEventArgs class. |
| Name | Description |
|---|---|
| IsBarrelButtonDown | Gets a value indicating whether the barrel button of the pen is pressed. |
| IsDown | Gets a value indicating whether the event is performed with the mouse down. |
| IsRightTapped | Gets a value indicating whether the event is performed with the right button of the mouse. |