C#
VB
C++
Occurs when a volume needs to be selected from multiple volumes.
public event EventHandler<LoadVolumesEventArgs> LoadVolumes
Public Event LoadVolumes As EventHandler(Of LoadVolumesEventArgs)
public:
event EventHandler<LoadVolumesEventArgs^>^ LoadVolumes
The event handler receives an argument of type LoadVolumesEventArgs containing data related to this event. The following LoadVolumesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AvailableVolumes | Gets an array of VolumeIdentifiers to select from. |
SelectedVolume | Gets or sets the selected Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier to be loaded. |
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