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

Volume3DStateStored Event







Occurs after storing a 3D volume state.
Syntax
public event EventHandler<Volume3DStoredEventArgs> Volume3DStateStored
'Declaration
 
Public Event Volume3DStateStored As EventHandler(Of Volume3DStoredEventArgs)
'Usage
 
Dim instance As Store3DVolumeStateCommand
Dim handler As EventHandler(Of Volume3DStoredEventArgs)
 
AddHandler instance.Volume3DStateStored, handler
public event EventHandler<Volume3DStoredEventArgs> Volume3DStateStored
add_Volume3DStateStored(function(sender, e))
remove_Volume3DStateStored(function(sender, e))

public: __event EventHandler<Volume3DStoredEventArgs*>* Volume3DStateStored
public:
event EventHandler<Volume3DStoredEventArgs*>* Volume3DStateStored
Event Data

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

PropertyDescription
Identifier Gets the Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier for the stored volume.
Medical3DCell Gets the Leadtools.Medical3D.Medical3DControl that is used to get the stored volume information from.
SeriesInstanceUID Gets the Series Instance UID to which the stored volume belongs to.
VolumeData Gets the custom data the is stored with the 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

Store3DVolumeStateCommand Class
Store3DVolumeStateCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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