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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.