Occurs when the user moves the mouse over the control.
Object.defineProperty(InteractiveService.prototype,'move',
get: function(),
set: function(value)
)
function move.add(function(sender, e));
function move.remove(function(sender, e));
move: void;
The Move event is only available on devices that support a mouse pointer.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | InteractiveEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET