Enum PropertyNotification.NotifyMode
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for description of how to check condition.
public enum 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. |