Occurs when the automation has determine that the user needs to change the cursor.
Object.defineProperty(AnnAutomation.prototype,'setCursor',
get: function(),
set: function(value)
)
function setCursor.add(function(sender, e));
function setCursor.remove(function(sender, e));
setCursor: void;
This event occur when the user moves the mouse around on top of this AnnAutomation surface. The event data will let the user know what type of cursor (if any) must be applied.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnCursorEventArgs | 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