matchedFrame Event

Summary

Optional delegate method for additional processing.

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype,'matchedFrame',  
	get: function(), 
	set: function(value) 
) 
matchedFrame: LeadEvent; 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.