move Event

Summary

Occurs when the user moves the mouse over the control.

Syntax

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

Remarks

The Move event is only available on devices that support a mouse pointer.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractiveEventArgsThe 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 Assembly