Release 4.0.0-preview1-00235
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / PropertyNotification.cs
similarity index 97%
rename from src/Tizen.NUI/src/internal/PropertyNotification.cs
rename to src/Tizen.NUI/src/public/PropertyNotification.cs
index 50dc344..3b0fc65 100755 (executable)
@@ -20,8 +20,11 @@ namespace Tizen.NUI
     using System;
     using System.Runtime.InteropServices;
 
-
-    internal class PropertyNotification : BaseHandle
+    ///<summary>
+    /// Issues a notification upon a condition of the property being met.
+    /// See PropertyCondition for available defined conditions.
+    ///</summary>
+    public class PropertyNotification : BaseHandle
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;