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