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