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 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.