summaryrefslogtreecommitdiff
path: root/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs')
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
index 6d553f4..87ffc59 100755
--- a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
+++ b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
@@ -19,7 +19,7 @@ using System;
namespace Tizen.Applications
{
/// <summary>
- /// Class for event arguments of the widget lifecycle.
+ /// The class for event arguments of the widget lifecycle.
/// </summary>
public class WidgetLifecycleEventArgs : EventArgs
{
@@ -28,7 +28,7 @@ namespace Tizen.Applications
}
/// <summary>
- /// Enumeration for event type.
+ /// Enumeration for the event type.
/// </summary>
public enum EventType
{
@@ -54,17 +54,17 @@ namespace Tizen.Applications
}
/// <summary>
- /// Widget ID.
+ /// The widget ID.
/// </summary>
public string WidgetId { get; internal set; }
/// <summary>
- /// Widget instnace ID.
+ /// The widget instance ID.
/// </summary>
public string InstanceId { get; internal set; }
/// <summary>
- /// Event type.
+ /// The event type.
/// </summary>
public EventType Type { get; internal set; }
}