Class PanGestureDetector.DetectedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Event arguments that are passed via the PanGestureEvent signal.
C#Copypublic class DetectedEventArgs : EventArgs
- Inheritance
-
PanGestureDetector.DetectedEventArgs
Properties
View Source
Handled
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Declaration
C#Copypublic bool Handled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Declaration
C#Copypublic PanGesture PanGesture { get; set; }
Property Value
Type | Description |
---|---|
PanGesture |
API Level: 5
Declaration
C#Copypublic View View { get; set; }
Property Value
Type | Description |
---|---|
View |