Enum PropertyNotification.NotifyMode
Definition
- 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. |