LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

VolumeCreationError Event (WorkstationEventBroker)

Show in webframe






Occurs when a 3D volume creating fails.
Syntax
public event EventHandler<WorkstationErrorEventArgs> VolumeCreationError
'Declaration
 
Public Event VolumeCreationError As EventHandler(Of WorkstationErrorEventArgs)
'Usage
 
Dim instance As WorkstationEventBroker
Dim handler As EventHandler(Of WorkstationErrorEventArgs)
 
AddHandler instance.VolumeCreationError, handler

            

            
public: __event EventHandler<WorkstationErrorEventArgs*>* VolumeCreationError
public:
event EventHandler<WorkstationErrorEventArgs*>* VolumeCreationError
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.