Review Uix.InputMethod/SttEngine/TtsEngine API cs files
[platform/core/csapi/tizenfx.git] / src / Tizen.Uix.InputMethod / Tizen.Uix.InputMethod / DataSetEventArgs.cs
index c1a722d..c8fecb9 100755 (executable)
@@ -17,8 +17,9 @@
 namespace Tizen.Uix.InputMethod
 {
     /// <summary>
-    /// This Class contains data related to DataSet Event
+    /// This class contains the data related to the DataSet event.
     /// </summary>
+    /// <since_tizen> 4 </since_tizen>
     public class SetDataEventArgs
     {
         internal SetDataEventArgs(byte[] destination, uint dataLength)
@@ -28,8 +29,9 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// The specific data to be set to the input panel
+        /// The specific data to be set to the input panel.
         /// </summary>
+        /// <since_tizen> 4 </since_tizen>
         public byte[] Data
         {
             get;
@@ -37,8 +39,9 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// The length of data, in bytes, to send to the input panel
+        /// The length of data, in bytes, to be sent to the input panel.
         /// </summary>
+        /// <since_tizen> 4 </since_tizen>
         public uint DataLength
         {
             get;