automationDoubleClick Event (IAnnAutomationControl)

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(IAnnAutomationControl.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize