Represents an event that fires whenever the cine player switches to a new frame.
Object.defineProperty(CinePlayer.prototype,'frameChanged',
get: function(),
set: function(value)
)
function frameChanged.add(function(sender, e));
function frameChanged.remove(function(sender, e));
frameChanged: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | FrameChangedEventArgs | 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