Class TapGestureDetector.DetectedEventArgs

Definition

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

Event arguments that are passed via the TapGestureEvent signal.

C#
Copy
public class DetectedEventArgs : EventArgs
Inheritance
TapGestureDetector.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#
Copy
public bool Handled { get; set; }
Property Value
Type Description
Boolean
View Source

TapGesture

The TapGesture.

Declaration
C#
Copy
public TapGesture TapGesture { get; set; }
Property Value
Type Description
TapGesture
API Level: 5
View Source

View

The attached view.

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

Extension Methods