LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

LoadVolumes Event







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
add_LoadVolumes(function(sender, e))
remove_LoadVolumes(function(sender, e))

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Load3DVolumeCommand Class
Load3DVolumeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.