Leadtools.Medical.Workstation.Commands Namespace > Load3DVolumeCommand Class : LoadVolumes Event |
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
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. |
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