Class Window.TouchEventArgs

Definition

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

The touch event argument.

C#
Copy
public class TouchEventArgs : EventArgs
Inheritance
System.Object
Window.TouchEventArgs

Properties

View Source

Touch

Touch.

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