FrameRequestedSrcEventArgs Constructor

Summary

Initializes a new instance of the FrameRequestedSrcEventArgs class, with explicit parameters.

Syntax
TypeScript
JavaScript
FrameRequestedSrcEventArgs = function( 
   frame, 
   src 
) 
constructor( 
   frame: Frame, 
   src: string 
); 

Parameters

frame

The frame that is being requested

src

The src that is filled by default but can be changed by the user.

Remarks

This class is sent as a parameter through the FrameRequestedSrc event. Use the class to specify a custom src file address instead of the internally generated src file address.

To set a custom src, call Src.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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