C#
VB
C++
Occurs before storing a 3D volume.
public event EventHandler<Volume3DStoredEventArgs> Volume3DStoring
Public Event Volume3DStoring As EventHandler(Of Volume3DStoredEventArgs)
public:
event EventHandler<Volume3DStoredEventArgs^>^ Volume3DStoring
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.
Property | Description |
---|---|
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET