Change Scroller.PropagateEvents property name
authorSeungkeun Lee <sngn.lee@samsung.com>
Wed, 14 Jun 2017 05:20:07 +0000 (14:20 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Wed, 14 Jun 2017 05:20:07 +0000 (14:20 +0900)
 - Change to ContentPropagateEvents
 - Previous name was conflict to EvasObject.PropagateEvents and meaning was different

Change-Id: Ia71ef1c14f017066ec7d36c17af3ad9408b7d831

src/ElmSharp/ElmSharp/Scroller.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index c151006..6e5fd2c
@@ -606,7 +606,7 @@ namespace ElmSharp
         /// This enables or disables event propagation from the scroller content to the scroller and its parent.
         /// By default event propagation is enabled.
         /// </summary>
-        public bool PropagateEvents
+        public bool ContentPropagateEvents
         {
             get
             {