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.
public class NUIEventType : EventType
- Inheritance
Constructors
View SourceNUIEventType(String)
Initializes the EventType class.
Declaration
public NUIEventType(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of event type. |
API Level: 4
Fields
View SourceAmbientChanged
Pre-defined event type. "AmbientChanged"
Declaration
public static readonly NUIEventType AmbientChanged
Field Value
Type | Description |
---|---|
NUIEventType |
API Level: 4
View SourceAmbientTick
Pre-defined event type. "AmbientTick"
Declaration
public static readonly NUIEventType AmbientTick
Field Value
Type | Description |
---|---|
NUIEventType |
API Level: 4
View SourceTimeTick
Pre-defined event type. "TimeTick"
Declaration
public static readonly NUIEventType TimeTick
Field Value
Type | Description |
---|---|
NUIEventType |
API Level: 4
Operators
View SourceImplicit(String to NUIEventType)
Converts a string to NUIEventType instance.
Declaration
public static implicit operator NUIEventType(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |
Returns
Type | Description |
---|---|
NUIEventType |