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