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 1e8bb25 Update UIComponent added contextMenu Event
1e8bb25 is described below
commit 1e8bb255730f433811e709c97c53558383cca64f
Author: pashminakazi <[email protected]>
AuthorDate: Fri Mar 12 14:32:10 2021 +0500
Update UIComponent added contextMenu Event
---
.../MXRoyale/src/main/royale/mx/core/UIComponent.as | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index 093732e..4349519 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -294,6 +294,23 @@ import mx.display.NativeMenu;
[Event(name="change", type="org.apache.royale.events.Event")]
+/**
+ * Dispatched when the component has finished its construction
+ * and has all initialization properties set.
+ *
+ * <p>After the initialization phase, properties are processed, the component
+ * is measured, laid out, and drawn, after which the
+ * <code>creationComplete</code> event is dispatched.</p>
+ *
+ * @eventType = mx.events.MouseEvent.CONTEXT_MENU
+ *
+ * @langversion 3.0
+ * @playerversion Flash 9
+ * @playerversion AIR 1.1
+ * @productversion Flex 3
+ */
+[Event(name="contextMenu", type="mx.events.MouseEvent")]
+
//--------------------------------------
// Tooltip events
//--------------------------------------