Represents an event of that triggers when the pointer (mouse or touch) is moved on the surface of the control.
Object.defineProperty(IAnnAutomationControl.prototype,'automationPointerMove',
get: function(),
set: function(value)
)
function automationPointerMove.add(function(sender, e));
function automationPointerMove.remove(function(sender, e));
automationPointerMove: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnPointerEventArgs | 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