automationPointerDown Event

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AutomationImageViewer.prototype,'automationPointerDown',  
	get: function(), 
	set: function(value) 
) 
function automationPointerDown.add(function(sender, e)); 
function automationPointerDown.remove(function(sender, e)); 
TypeScript Syntax
automationPointerDown: 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