Spread for ASP.NET 8.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Events > onContextMenuOpened |
Occurs when the menu is shown.
[Inline HTML]
<ELEMENT onContextMenuOpened = "handler" ...>
[Event Property]
FpSpread1.onContextMenuOpened = handler
[Named Script]
<SCRIPT FOR=FpSpread1 EVENT=onContextMenuOpened>
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() { |