Optional delegate method for additional processing.
Object.defineProperty(Cell.prototype,'imageURLChanged',
get: function(),
set: function(value)
)
function imageURLChanged.add(function(sender, e));
function imageURLChanged.remove(function(sender, e));
imageURLChanged: void;
To change the URL of a specific frame, refer to ImageURL.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | ImageURLChangedEventArgs | 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