automationDoubleClick Event

Summary

Represents an event of that fires when the pointer (mouse or touch) is double-clicked on the surface of the control.

Syntax

JavaScript Syntax
Object.defineProperty(AutomationImageViewer.prototype,'automationDoubleClick',  
	get: function(), 
	set: function(value) 
) 
function automationDoubleClick.add(function(sender, e)); 
function automationDoubleClick.remove(function(sender, e)); 
TypeScript Syntax
automationDoubleClick: void; 

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnPointerEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly