VolumeLoadingCompleted Event

Summary
Occurs when a 3D volume loading is completed successfully.
Syntax
C#
VB
C++
public event EventHandler<Volume3DCreatedEventArgs> VolumeLoadingCompleted 
  
Public Event VolumeLoadingCompleted As EventHandler(Of Volume3DCreatedEventArgs) 
public: 
event EventHandler<Volume3DCreatedEventArgs^>^ VolumeLoadingCompleted 
Event Data

The event handler receives an argument of type Volume3DCreatedEventArgs containing data related to this event. The following Volume3DCreatedEventArgs properties provide information specific to this event.

PropertyDescription
SeriesCell Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to create the 3D volume.
Viewer3DCell Gets the Leadtools.Medical3D.Medical3DControl that contains the created volume.
Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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