Optional delegate method for additional processing.
Object.defineProperty(Cell.prototype,'postRender',
get: function(),
set: function(value)
)
function postRender.add(function(sender, e));
function postRender.remove(function(sender, e));
postRender: void;
Try to avoid any lengthy process here, since the post render is called a lot, especially when the user is working with interactive modes.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | ImageViewerRenderEventArgs | 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