Represents an event of that triggers when the pointer (mouse or touch) is up (released) from the surface of the control.
Object.defineProperty(IAnnAutomationControl.prototype,'automationPointerUp',
get: function(),
set: function(value)
)
function automationPointerUp.add(function(sender, e));
function automationPointerUp.remove(function(sender, e));
automationPointerUp: 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