Class View.TouchEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the touch signal.

C#
Copy
public class TouchEventArgs : EventArgs
Inheritance
View.TouchEventArgs
Derived
Tizen.NUI.Components.FlexibleViewItemTouchEventArgs

Properties

View Source

Touch

Touch - contains the information of touch points.

Declaration
C#
Copy
public Touch Touch { get; set; }
Property Value
Type Description
Touch
API Level: 3