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

VolumeLoadingError Event (WorkstationEventBroker)







Occurs when a 3D volume loading fails.
Syntax
public event EventHandler<WorkstationErrorEventArgs> VolumeLoadingError
'Declaration
 
Public Event VolumeLoadingError As EventHandler(Of WorkstationErrorEventArgs)
'Usage
 
Dim instance As WorkstationEventBroker
Dim handler As EventHandler(Of WorkstationErrorEventArgs)
 
AddHandler instance.VolumeLoadingError, handler
public event EventHandler<WorkstationErrorEventArgs> VolumeLoadingError
add_VolumeLoadingError(function(sender, e))
remove_VolumeLoadingError(function(sender, e))

public: __event EventHandler<WorkstationErrorEventArgs*>* VolumeLoadingError
public:
event EventHandler<WorkstationErrorEventArgs*>* VolumeLoadingError
Event Data

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

PropertyDescription
Error Gets the error that occurred.
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

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

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