Occurs when the automation needs to show the context menu when no objects are selected.
Object.defineProperty(AnnAutomation.prototype,'onShowContextMenu',get: function(),set: function(value))function onShowContextMenu.add(function(sender, e));function onShowContextMenu.remove(function(sender, e));
onShowContextMenu: void; This event is fired when the ShowContextMenu method is called.
The framework does not contain a user interface for this, instead, the OnShowContextMenu event is fired and the application code most show the context menu.
| Parameter | Type | Description |
|---|---|---|
| sender | var | The source of the event. |
| e | AnnAutomationEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
