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

VolumeLoadingCompleted Event (IWorkstationEventBroker)







Occurs when a 3D volume loading is completed successfully.
Syntax
event EventHandler<Volume3DCreatedEventArgs> VolumeLoadingCompleted
'Declaration
 
Event VolumeLoadingCompleted As EventHandler(Of Volume3DCreatedEventArgs)
'Usage
 
Dim instance As IWorkstationEventBroker
Dim handler As EventHandler(Of Volume3DCreatedEventArgs)
 
AddHandler instance.VolumeLoadingCompleted, handler
event EventHandler<Volume3DCreatedEventArgs> VolumeLoadingCompleted
add_VolumeLoadingCompleted(function(sender, e))
remove_VolumeLoadingCompleted(function(sender, e))

__event EventHandler<Volume3DCreatedEventArgs*>* VolumeLoadingCompleted
event EventHandler<Volume3DCreatedEventArgs*>* VolumeLoadingCompleted
Event Data

The event handler receives an argument of type Volume3DCreatedEventArgs containing data related to this event. The following Volume3DCreatedEventArgs properties provide information specific to this event.

PropertyDescription
SeriesCell Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to create the 3D volume.
Viewer3DCell Gets the Leadtools.Medical3D.Medical3DControl that contains the created volume.
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

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

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