Optional delegate method for additional processing.
Object.defineProperty(MedicalViewer.prototype,'matchedFrame',
get: function(),
set: function(value)
)
function matchedFrame.add(function(sender, e));
function matchedFrame.remove(function(sender, e));
matchedFrame: void;
This event happens when synchronizing 2 series (cells) together using custom criteria set by the user.
To enable custom criteria synchronization, set the Synchronization Criteria property to true. If that happens, this event will be fired multiple times, each time with a different target in order to decide which one of the frames is the best match.
Synchronization works by matching the frame currently being viewed of the first series with a frame from the second series. If the two are a match, the second series will scroll to view that frame. Set Enable Synchronization to true to make this happen automatically.
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