matchedFrame Event

Summary

Optional delegate method for additional processing.

Syntax

JavaScript Syntax
Object.defineProperty(MedicalViewer.prototype,'matchedFrame',  
	get: function(), 
	set: function(value) 
) 
function matchedFrame.add(function(sender, e)); 
function matchedFrame.remove(function(sender, e)); 
TypeScript Syntax
matchedFrame: void; 

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly