lost this event metadata in the merge
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/358a06f1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/358a06f1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/358a06f1 Branch: refs/heads/develop Commit: 358a06f1a6720958ea85c487a2dddf396ade66e7 Parents: 9fd9b78 Author: Alex Harui <[email protected]> Authored: Tue Apr 18 08:47:42 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Apr 18 08:47:42 2017 -0700 ---------------------------------------------------------------------- .../Basic/src/main/flex/org/apache/flex/html/CheckBox.as | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/358a06f1/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CheckBox.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CheckBox.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CheckBox.as index ef78a05..d8e8568 100644 --- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CheckBox.as +++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CheckBox.as @@ -132,6 +132,16 @@ package org.apache.flex.html } } + /** + * Dispatched when the user checks or un-checks the CheckBox. + * + * @langversion 3.0 + * @playerversion Flash 10.2 + * @playerversion AIR 2.6 + * @productversion FlexJS 0.0 + */ + [Event(name="change", type="org.apache.flex.events.Event")] + COMPILE::JS public class CheckBox extends UIBase {
