Class LongPressGestureDetector.DetectedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Event arguments that passed via the LongPressGestureEvent signal.
C#Copypublic class DetectedEventArgs : EventArgs
- Inheritance
-
LongPressGestureDetector.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 LongPressGesture LongPressGesture { get; set; }
Property Value
Type | Description |
---|---|
LongPressGesture |
API Level: 5
Declaration
C#Copypublic View View { get; set; }
Property Value
Type | Description |
---|---|
View |