summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-09-26 20:55:29 +0900
committerGerrit Code Review <gerrit@s001>2016-09-26 20:55:29 +0900
commit1304bba227d918c47c7ac2742a0197fcdc0e1c70 (patch)
treeaaff4e5dd98d1b1ceb31615f78145ad0f345d307
parent9195489642001cf1b6d305fec83212208ace8a68 (diff)
parent38a0aada2627aff6454dbcca15a6620a65b82327 (diff)
downloadelm-sharp-1304bba227d918c47c7ac2742a0197fcdc0e1c70.tar.gz
elm-sharp-1304bba227d918c47c7ac2742a0197fcdc0e1c70.tar.bz2
elm-sharp-1304bba227d918c47c7ac2742a0197fcdc0e1c70.zip
Merge "Make Deleted event for GenListItem object public" into devel
-rw-r--r--ElmSharp/ElmSharp/ItemObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/ItemObject.cs b/ElmSharp/ElmSharp/ItemObject.cs
index 594681f..65f28dc 100644
--- a/ElmSharp/ElmSharp/ItemObject.cs
+++ b/ElmSharp/ElmSharp/ItemObject.cs
@@ -58,7 +58,7 @@ namespace ElmSharp
}
}
- internal event EventHandler Deleted;
+ public event EventHandler Deleted;
public void Delete()
{