Release 4.0.0-preview1-00147
[platform/core/csapi/tizenfx.git] / src / Tizen.Pims.Calendar / Tizen.Pims.Calendar / ReminderEventArgs.cs
index 678a093..aa4e020 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 using System;
-using System.Collections.Generic;
 
 namespace Tizen.Pims.Calendar
 {
@@ -31,8 +30,11 @@ namespace Tizen.Pims.Calendar
         }
 
         /// <summary>
-        /// The paramter which data is combinded(Value string like id=value&amp;time=value&amp;tick=value&amp;unit=value&amp;type=value)
+        /// The parameter which data is combinded.
         /// </summary>
+        /// <value>
+        /// The combination of reminder data(Value string like id=value&amp;time=value&amp;tick=value&amp;unit=value&amp;type=value)
+        /// </value>
         public string Param
         {
             get;