LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

VolumeLoadingError Event (WorkstationEventBroker)

Show in webframe






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
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

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.