Class NUIEventType

    Definition

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

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

    public class NUIEventType : EventType
    Inheritance
    object
    EventType
    NUIEventType

    Constructors

    View Source

    NUIEventType(string)

    Initializes the EventType class.

    Declaration
    public NUIEventType(string name)
    Parameters
    Type Name Description
    string name

    The name of event type.

    Fields

    View Source

    AmbientChanged

    Pre-defined event type. "AmbientChanged"

    Declaration
    public static readonly NUIEventType AmbientChanged
    Field Value
    Type Description
    NUIEventType
    View Source

    AmbientTick

    Pre-defined event type. "AmbientTick"

    Declaration
    public static readonly NUIEventType AmbientTick
    Field Value
    Type Description
    NUIEventType
    View Source

    TimeTick

    Pre-defined event type. "TimeTick"

    Declaration
    public static readonly NUIEventType TimeTick
    Field Value
    Type Description
    NUIEventType

    Operators

    View Source

    implicit operator NUIEventType(string)

    Converts a string to NUIEventType instance.

    Declaration
    public static implicit operator NUIEventType(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    NUIEventType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX