LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

LoadVolumes Event

Show in webframe






Occurs when a volume needs to be selected from multiple volumes.
Syntax
public event EventHandler<LoadVolumesEventArgs> LoadVolumes
'Declaration
 
Public Event LoadVolumes As EventHandler(Of LoadVolumesEventArgs)
'Usage
 
Dim instance As Load3DVolumeCommand
Dim handler As EventHandler(Of LoadVolumesEventArgs)
 
AddHandler instance.LoadVolumes, handler

            

            
public: __event EventHandler<LoadVolumesEventArgs*>* LoadVolumes
public:
event EventHandler<LoadVolumesEventArgs*>* LoadVolumes
Event Data

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.

PropertyDescription
AvailableVolumes Gets an array of VolumeIdentifiers to select from.
SelectedVolume Gets or sets the selected Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier to be loaded.
Requirements

Target Platforms

See Also

Reference

Load3DVolumeCommand Class
Load3DVolumeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.