StatusChangedEventArgs Constructor

Summary

Initializes a new instance of StatusChangedEventArgs with the specified parameters.

Syntax
TypeScript
JavaScript
StatusChangedEventArgs = function( 
   status, 
   message 
) 
constructor( 
   status: Object3DStatus, 
   message: string 
); 

Parameters

status

The Object3DStatus of the 3D volume creation.

message

The error message, if there are any errors.

Remarks

If an error occurs, status is set to Object3DStatus.Error and the message contains error details.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.