StatusChanged Event

Summary

Notifies the instance when the status of the 3D volume creation has changed.

Syntax
TypeScript
JavaScript
Object.defineProperty(Object3DEngine.prototype,'statusChanged',  
	get: function(), 
	set: function(value) 
) 
statusChanged: LeadEvent; 
Remarks

StatusChanged is fired under the following conditions:

  • The object has been created
  • Object creation is in progress
  • Object creation has been canceled
  • Object creation failed
Event Data
ParameterTypeDescription
sendervarThe source of the event
eStatusChangedEventArgsThe event data
Example

Refer to Cell3D

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.