Class NUIEventType

Definition

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

Class that represents the type of NUI event for backends. This class can be converted from string type.

C#
Copy
public class NUIEventType : EventType
Inheritance
System.Object
NUIEventType

Constructors

View Source

NUIEventType(String)

Initializes the EventType class.

Declaration
C#
Copy
public NUIEventType(string name)
Parameters
Type Name Description
System.String name

The name of event type.

API Level: 4

Fields

View Source

AmbientChanged

Pre-defined event type. "AmbientChanged"

Declaration
C#
Copy
public static readonly NUIEventType AmbientChanged
Field Value
Type Description
NUIEventType
API Level: 4
View Source

AmbientTick

Pre-defined event type. "AmbientTick"

Declaration
C#
Copy
public static readonly NUIEventType AmbientTick
Field Value
Type Description
NUIEventType
API Level: 4
View Source

TimeTick

Pre-defined event type. "TimeTick"

Declaration
C#
Copy
public static readonly NUIEventType TimeTick
Field Value
Type Description
NUIEventType
API Level: 4

Operators

View Source

Implicit(String to NUIEventType)

Converts a string to NUIEventType instance.

Declaration
C#
Copy
public static implicit operator NUIEventType(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
NUIEventType
API Level: 4