[DropdownList] Add missing document for Event 61/120561/1
authorjh5.cho <jh5.cho@samsung.com>
Thu, 23 Mar 2017 07:47:08 +0000 (16:47 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Thu, 23 Mar 2017 07:47:08 +0000 (16:47 +0900)
Change-Id: Idcd30fc3492b3b38bb635b84e97252728f9fb616

Tizen.Xamarin.Forms.Extension/DropdownList.cs

index ac771da..80d9107 100755 (executable)
@@ -38,6 +38,9 @@ namespace Tizen.Xamarin.Forms.Extension
 
         public static readonly BindableProperty DisplayMemberPathProperty = BindableProperty.Create("DisplayMemberPath", typeof(string), typeof(DropdownList), default(string), propertyChanged: OnDisplayMemberPathChanged);
 
+        /// <summary>\r
+        /// Occurs when an item in the DropdownList is selected.\r
+        /// </summary>
         public event EventHandler<SelectedItemChangedEventArgs> ItemSelected;
 
         internal IEnumerable InternalItems => _items;