Update the summary that describes the class
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgsActiveStyle.cs
index 66cd949..10af324 100755 (executable)
@@ -19,14 +19,17 @@ namespace Tizen.Applications.NotificationEventListener
     using System.Collections.Generic;
 
     /// <summary>
-    ///  Class for generating Active style notification
+    /// This class provides the methods and properties to get information about the posted or updated notification.
     /// </summary>
     public partial class NotificationEventArgs
     {
+        /// <summary>
+        ///  Class to generate the Active style notification
+        /// </summary>
         public class ActiveStyleArgs : StyleArgs
         {
             /// <summary>
-            /// Constructor
+            /// Initializes a new instance of the <see cref="ActiveStyleArgs"/> class.
             /// </summary>
             public ActiveStyleArgs()
             {