Class View.TouchEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the touch signal.
public class TouchEventArgs : EventArgs
- Inheritance
Properties
View SourceTouch
Touch - contains the information of touch points.
Declaration
public Touch Touch { get; set; }
Property Value
Type | Description |
---|---|
Touch |