Spread for ASP.NET 8.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Events > onContextMenuOpening |
Occurs when the menu is being shown.
[Inline HTML]
<ELEMENT onContextMenuOpening = "handler" ...>
[Event Property]
FpSpread1.onContextMenuOpening = handler
[Named Script]
<SCRIPT FOR=FpSpread1 EVENT=onContextMenuOpening>
None
This event is triggered when the menu is being opened.
This example JavaScript code maps the event for the Spread on the client side.
JavaScript |
Copy Code
|
---|---|
window.onload = function () { function mopening() { |