MatchedFrameEventArgs Constructor

Summary

Initializes a new instance of the MatchedFrameEventArgs class with explicit parameters.

Syntax

JavaScript Syntax
MatchedFrameEventArgs = function( 
   frame, 
   targetFrame 
) 
TypeScript Syntax
constructor( 
   frame: Frame, 
   targetFrame: Frame 
); 

Parameters

frame

The reference frame in question.

targetFrame

The target frame that should be compared to the reference frame to see if they match the critiera that the user specified.

Remarks

The MatchedFrameEventArgs class provides data for MatchedFrames.

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