This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 14b3e471c60c85e304b39c49a9d435c604d1d9d1
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Jan 30 13:00:27 2018 -0800

    binding event for DG selectedIndex
---
 .../projects/Basic/src/main/royale/org/apache/royale/html/DataGrid.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/DataGrid.as 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/DataGrid.as
index 0557c7b..8e4ee9f 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/DataGrid.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/DataGrid.as
@@ -109,6 +109,7 @@ package org.apache.royale.html
                 *  @playerversion AIR 2.6
                 *  @productversion Royale 0.0
                 */
+               [Bindable("change")]
                public function get selectedIndex():int
                {
                        return IDataGridModel(model).selectedIndex;

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to