Occurs when the automation needs to show the context menu when no objects are selected.
public event EventHandler<AnnAutomationEventArgs> OnShowContextMenu
Public Event OnShowContextMenu As EventHandler(Of AnnAutomationEventArgs)
public event EventHandler<AnnAutomationEventArgs> OnShowContextMenu
-(void) automation:(LTAnnAutomation*) automation showContextMenu:(LTAnnAutomationEventArgs*) e;
public void addOnShowContextMenuListener(AnnOnShowContextMenuListener listener)
public void removeOnShowContextMenuListener(AnnOnShowContextMenuListener listener)
add_OnShowContextMenu(function(sender, e))
remove_OnShowContextMenu(function(sender, e))
public:
event EventHandler<AnnAutomationEventArgs^>^ OnShowContextMenu
The event handler receives an argument of type AnnAutomationEventArgs containing data related to this event. The following AnnAutomationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Get or sets a value that indicates whether this event is to be cancelled. |
Object | Gets the current selected automation object. |
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.
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