Occurs when the menu is shown.
[Inline HTML]
<ELEMENT ContextMenuOpened = "handler" ...>
[JavaScript]
FpSpread1.addEventListener("ContextMenuOpened", handler, ...)
or
FpSpread1.onContextMenuOpened = handler
None
This event is triggered when the menu is opened.
This example JavaScript code maps the event for the Spread on the client side.
JavaScript |
Copy Code
|
---|---|
window.onload = function () { function mopened(event) { |