Class TapEventArgs
Definition
- Namespace:
- Tizen.NUI.WindowSystem
- Assembly:
- Tizen.NUI.WindowSystem.dll
This class contains the data related to the Tap event.
public class TapEventArgs : EventArgs
- Inheritance
-
objectTapEventArgs
Properties
View SourceFingers
Fingers
Declaration
public int Fingers { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Mode
Declaration
public int Mode { get; }
Property Value
| Type | Description |
|---|---|
| int |
Repeats
Repeats
Declaration
public int Repeats { get; }
Property Value
| Type | Description |
|---|---|
| int |