This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new b9eb353 Added itemRollOver and itemRollOut Events in ListBase.as
b9eb353 is described below
commit b9eb3539d0f206fe382ec4235393539b693a5c55
Author: pashminakazi <[email protected]>
AuthorDate: Tue Nov 16 05:27:22 2021 -0800
Added itemRollOver and itemRollOut Events in ListBase.as
---
.../royale/mx/controls/listClasses/ListBase.as | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
index ef1cf32..e49d36a 100644
---
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
+++
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
@@ -86,6 +86,30 @@ use namespace mx_internal;
* @productversion Flex 3
*/
[Event(name="itemDoubleClick", type="mx.events.ListEvent")]
+
+/**
+ * Dispatched when the user clicks on an item in the control.
+ *
+ * @eventType mx.events.ListEvent.ITEM_ROLL_OVER
+ *
+ * @langversion 3.0
+ * @playerversion Flash 9
+ * @playerversion AIR 1.1
+ * @productversion Flex 3
+ */
+[Event(name="itemRollOver", type="mx.events.ListEvent")]
+
+/**
+ * Dispatched when the user clicks on an item in the control.
+ *
+ * @eventType mx.events.ListEvent.ITEM_ROLL_OUT
+ *
+ * @langversion 3.0
+ * @playerversion Flash 9
+ * @playerversion AIR 1.1
+ * @productversion Flex 3
+ */
+[Event(name="itemRollOut", type="mx.events.ListEvent")]
//--------------------------------------
// Styles