onShowContextMenu Event

Summary

Occurs when the automation needs to show the context menu when no objects are selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype,'onShowContextMenu',  
	get: function(), 
	set: function(value) 
) 
onShowContextMenu: LeadEvent; 

Remarks

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.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eAnnAutomationEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly