- Modified BadgeEventArgs constructor access modifiers to internal.
- Do not need to open the constructor for BadgeEventArgs externally.
- There is no reason to create a BadgeEventArgs object outside of
assembly, change the access modifiers to internal.
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I956c1707abeadc9174b24a1614ac47582161f647
/// </summary>
public class BadgeEventArgs : EventArgs
{
+
+ internal BadgeEventArgs()
+ {
+ }
+
/// <summary>
/// Enumeration for badge action.
/// </summary>