Class GestureInfoEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Accessibility gesture information event arguments.

C#
Copy
public class GestureInfoEventArgs : EventArgs
Inheritance
GestureInfoEventArgs

Properties

View Source

Consumed

True if the event is consumed.

Declaration
C#
Copy
public bool Consumed { get; set; }
Property Value
Type Description
Boolean
View Source

GestureInfo

The gesture information type.

Declaration
C#
Copy
public GestureInfoType GestureInfo { get; }
Property Value
Type Description
GestureInfoType

Extension Methods