ContextMenu Event

Summary

Indicates that the user invoked the context menu on the element.

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

Remarks

This event occurs when the user right-clicks, presses the context menu on the keyboard or performs a hold operation to invoke a context menu operation on the element.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eInteractiveEventArgsThe event data.

Requirements

Target Platforms

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

Leadtools.Controls Assembly