Volume3DStoring Event

Summary
Occurs before storing a 3D volume.
Syntax
C#
VB
C++
public event EventHandler<Volume3DStoredEventArgs> Volume3DStoring 
  
Public Event Volume3DStoring As EventHandler(Of Volume3DStoredEventArgs) 
public: 
event EventHandler<Volume3DStoredEventArgs^>^ Volume3DStoring 
Event Data

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

PropertyDescription
Identifier Gets the Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier for the stored volume.
Medical3DCell Gets the Leadtools.Medical3D.Medical3DControl that is used to get the stored volume information from.
SeriesInstanceUID Gets the Series Instance UID to which the stored volume belongs to.
VolumeData Gets the custom data the is stored with the 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.