Enum PropertyNotification.NotifyMode

Definition

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

Enumeration for description of how to check condition.

C#
Copy
public enum PropertyNotification.NotifyMode
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.