Optional delegate method for additional processing.
Object.defineProperty(MedicalViewer.prototype,'beforeCellExploded',
get: function(),
set: function(value)
)
function beforeCellExploded.add(function(sender, e));
function beforeCellExploded.remove(function(sender, e));
beforeCellExploded: void;
To explode a cell, refer to Explode.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | CellExplodedEventArgs | 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