Enum PropertyNotification.NotifyMode

    Definition

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

    Enumeration for description of how to check condition.

    public enum PropertyNotification.NotifyMode

    Fields

    Name Description
    Disabled

    Don't notify, regardless of result of Condition

    NotifyOnChanged

    Notify whenever condition changes (false to true, and true to false)

    NotifyOnFalse

    Notify whenever condition changes from true to false.

    NotifyOnTrue

    Notify whenever condition changes from false to true.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX